public static enum MetaInformation.Types extends java.lang.Enum<MetaInformation.Types> implements com.google.protobuf.ProtocolMessageEnum
dstore.engine.MetaInformation.Types| Enum Constant and Description |
|---|
EXEC_TIME
EXEC_TIME = 2; |
SQL_STRING
SQL_STRING = 1; |
UNKOWN
UNKOWN = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EXEC_TIME_VALUE
EXEC_TIME = 2; |
static int |
SQL_STRING_VALUE
SQL_STRING = 1; |
static int |
UNKOWN_VALUE
UNKOWN = 0; |
| Modifier and Type | Method and Description |
|---|---|
static MetaInformation.Types |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<MetaInformation.Types> |
internalGetValueMap() |
static MetaInformation.Types |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MetaInformation.Types |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MetaInformation.Types |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetaInformation.Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaInformation.Types UNKOWN
UNKOWN = 0;public static final MetaInformation.Types SQL_STRING
SQL_STRING = 1;public static final MetaInformation.Types EXEC_TIME
EXEC_TIME = 2;public static final MetaInformation.Types UNRECOGNIZED
public static final int UNKOWN_VALUE
UNKOWN = 0;public static final int SQL_STRING_VALUE
SQL_STRING = 1;public static final int EXEC_TIME_VALUE
EXEC_TIME = 2;public static MetaInformation.Types[] values()
for (MetaInformation.Types c : MetaInformation.Types.values()) System.out.println(c);
public static MetaInformation.Types 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()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static MetaInformation.Types valueOf(int value)
forNumber(int) instead.public static MetaInformation.Types forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<MetaInformation.Types> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MetaInformation.Types valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)