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

Name Description
BOOLEAN
BYTE_STRING
DOUBLE
ENUM
FLOAT
INT
LONG
MESSAGE
STRING

Static Methods

Name Description
valueOf(String name)
values()