Enum WireFormat.FieldType (3.19.4)

public enum WireFormat.FieldType extends Enum<WireFormat.FieldType>

Lite equivalent to Descriptors.FieldDescriptor.Type. This is only here to support the lite runtime and should not be used by users.

Static Fields

NameDescription
BOOL
BYTES
DOUBLE
ENUM
FIXED32
FIXED64
FLOAT
GROUP
INT32
INT64
MESSAGE
SFIXED32
SFIXED64
SINT32
SINT64
STRING
UINT32
UINT64

Static Methods

NameDescription
valueOf(String name)
values()

Methods

NameDescription
getJavaType()
getWireType()
isPackable()