Enum WireFormat.JavaType (3.19.4)

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

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

Static Fields

NameDescription
BOOLEAN
BYTE_STRING
DOUBLE
ENUM
FLOAT
INT
LONG
MESSAGE
STRING

Static Methods

NameDescription
valueOf(String name)
values()