|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<DescriptorProtos.FileOptions.OptimizeMode>
com.google.protobuf.DescriptorProtos.FileOptions.OptimizeMode
public static enum DescriptorProtos.FileOptions.OptimizeMode
Protobuf enum google.protobuf.FileOptions.OptimizeMode
Generated classes can be optimized for speed or code size.
| Enum Constant Summary | |
|---|---|
CODE_SIZE
CODE_SIZE = 2; |
|
LITE_RUNTIME
LITE_RUNTIME = 3; |
|
SPEED
SPEED = 1; |
|
| Field Summary | |
|---|---|
static int |
CODE_SIZE_VALUE
CODE_SIZE = 2; |
static int |
LITE_RUNTIME_VALUE
LITE_RUNTIME = 3; |
static int |
SPEED_VALUE
SPEED = 1; |
| Method Summary | |
|---|---|
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 Internal.EnumLiteMap<DescriptorProtos.FileOptions.OptimizeMode> |
internalGetValueMap()
|
static DescriptorProtos.FileOptions.OptimizeMode |
valueOf(Descriptors.EnumValueDescriptor desc)
|
static DescriptorProtos.FileOptions.OptimizeMode |
valueOf(int value)
|
static DescriptorProtos.FileOptions.OptimizeMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DescriptorProtos.FileOptions.OptimizeMode[] |
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 DescriptorProtos.FileOptions.OptimizeMode SPEED
SPEED = 1;
Generate complete code for parsing, serialization,
public static final DescriptorProtos.FileOptions.OptimizeMode CODE_SIZE
CODE_SIZE = 2;
etc.
public static final DescriptorProtos.FileOptions.OptimizeMode LITE_RUNTIME
LITE_RUNTIME = 3;
Generate code using MessageLite and the lite runtime.
| Field Detail |
|---|
public static final int SPEED_VALUE
SPEED = 1;
Generate complete code for parsing, serialization,
public static final int CODE_SIZE_VALUE
CODE_SIZE = 2;
etc.
public static final int LITE_RUNTIME_VALUE
LITE_RUNTIME = 3;
Generate code using MessageLite and the lite runtime.
| Method Detail |
|---|
public static DescriptorProtos.FileOptions.OptimizeMode[] values()
for (DescriptorProtos.FileOptions.OptimizeMode c : DescriptorProtos.FileOptions.OptimizeMode.values()) System.out.println(c);
public static DescriptorProtos.FileOptions.OptimizeMode 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 final int getNumber()
ProtocolMessageEnum
getNumber in interface Internal.EnumLitegetNumber in interface ProtocolMessageEnumpublic static DescriptorProtos.FileOptions.OptimizeMode valueOf(int value)
public static Internal.EnumLiteMap<DescriptorProtos.FileOptions.OptimizeMode> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
ProtocolMessageEnum
getValueDescriptor in interface ProtocolMessageEnumpublic final Descriptors.EnumDescriptor getDescriptorForType()
ProtocolMessageEnum
getDescriptorForType in interface ProtocolMessageEnumpublic static final Descriptors.EnumDescriptor getDescriptor()
public static DescriptorProtos.FileOptions.OptimizeMode valueOf(Descriptors.EnumValueDescriptor desc)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||