|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WireFormat.FieldType>
com.google.protobuf.WireFormat.FieldType
public static 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.
Enum Constant Summary | |
---|---|
BOOL
|
|
BYTES
|
|
DOUBLE
|
|
ENUM
|
|
FIXED32
|
|
FIXED64
|
|
FLOAT
|
|
GROUP
|
|
INT32
|
|
INT64
|
|
MESSAGE
|
|
SFIXED32
|
|
SFIXED64
|
|
SINT32
|
|
SINT64
|
|
STRING
|
|
UINT32
|
|
UINT64
|
Method Summary | |
---|---|
WireFormat.JavaType |
getJavaType()
|
int |
getWireType()
|
boolean |
isPackable()
|
static WireFormat.FieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WireFormat.FieldType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WireFormat.FieldType DOUBLE
public static final WireFormat.FieldType FLOAT
public static final WireFormat.FieldType INT64
public static final WireFormat.FieldType UINT64
public static final WireFormat.FieldType INT32
public static final WireFormat.FieldType FIXED64
public static final WireFormat.FieldType FIXED32
public static final WireFormat.FieldType BOOL
public static final WireFormat.FieldType STRING
public static final WireFormat.FieldType GROUP
public static final WireFormat.FieldType MESSAGE
public static final WireFormat.FieldType BYTES
public static final WireFormat.FieldType UINT32
public static final WireFormat.FieldType ENUM
public static final WireFormat.FieldType SFIXED32
public static final WireFormat.FieldType SFIXED64
public static final WireFormat.FieldType SINT32
public static final WireFormat.FieldType SINT64
Method Detail |
---|
public static WireFormat.FieldType[] values()
for (WireFormat.FieldType c : WireFormat.FieldType.values()) System.out.println(c);
public static WireFormat.FieldType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic WireFormat.JavaType getJavaType()
public int getWireType()
public boolean isPackable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |