Enum Class WireFormat.FieldType

java.lang.Object
java.lang.Enum<WireFormat.FieldType>
com.google.protobuf.WireFormat.FieldType
All Implemented Interfaces:
Serializable, Comparable<WireFormat.FieldType>, Constable
Enclosing class:
WireFormat

public static 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.