public static enum DescriptorProtos.FieldOptions.CType extends java.lang.Enum<DescriptorProtos.FieldOptions.CType> implements ProtocolMessageEnum
google.protobuf.FieldOptions.CType
Enum Constant and Description |
---|
CORD
CORD = 1; |
STRING
Default mode.
|
STRING_PIECE
STRING_PIECE = 2; |
Modifier and Type | Field and Description |
---|---|
static int |
CORD_VALUE
CORD = 1; |
static int |
STRING_PIECE_VALUE
STRING_PIECE = 2; |
static int |
STRING_VALUE
Default mode.
|
Modifier and Type | Method and Description |
---|---|
static DescriptorProtos.FieldOptions.CType |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType()
Return the enum type's descriptor, which contains information about each defined value, etc.
|
int |
getNumber()
Return the value's numeric value as defined in the .proto file.
|
Descriptors.EnumValueDescriptor |
getValueDescriptor()
Return the value's descriptor, which contains information such as value name, number, and type.
|
static com.google.protobuf.Internal.EnumLiteMap<DescriptorProtos.FieldOptions.CType> |
internalGetValueMap() |
static DescriptorProtos.FieldOptions.CType |
valueOf(Descriptors.EnumValueDescriptor desc) |
static DescriptorProtos.FieldOptions.CType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DescriptorProtos.FieldOptions.CType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorProtos.FieldOptions.CType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorProtos.FieldOptions.CType STRING
Default mode.
STRING = 0;
public static final DescriptorProtos.FieldOptions.CType CORD
CORD = 1;
public static final DescriptorProtos.FieldOptions.CType STRING_PIECE
STRING_PIECE = 2;
public static final int STRING_VALUE
Default mode.
STRING = 0;
public static final int CORD_VALUE
CORD = 1;
public static final int STRING_PIECE_VALUE
STRING_PIECE = 2;
public static DescriptorProtos.FieldOptions.CType[] values()
for (DescriptorProtos.FieldOptions.CType c : DescriptorProtos.FieldOptions.CType.values()) System.out.println(c);
public static DescriptorProtos.FieldOptions.CType 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 namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
ProtocolMessageEnum
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static DescriptorProtos.FieldOptions.CType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static DescriptorProtos.FieldOptions.CType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DescriptorProtos.FieldOptions.CType> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
ProtocolMessageEnum
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
ProtocolMessageEnum
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static DescriptorProtos.FieldOptions.CType valueOf(Descriptors.EnumValueDescriptor desc)