public static enum MysqlxCursor.Open.OneOfMessage.Type extends java.lang.Enum<MysqlxCursor.Open.OneOfMessage.Type> implements com.google.protobuf.ProtocolMessageEnum
Mysqlx.Cursor.Open.OneOfMessage.Type| Enum Constant and Description |
|---|
PREPARE_EXECUTE
PREPARE_EXECUTE = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
PREPARE_EXECUTE_VALUE
PREPARE_EXECUTE = 0; |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxCursor.Open.OneOfMessage.Type |
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<MysqlxCursor.Open.OneOfMessage.Type> |
internalGetValueMap() |
static MysqlxCursor.Open.OneOfMessage.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxCursor.Open.OneOfMessage.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxCursor.Open.OneOfMessage.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxCursor.Open.OneOfMessage.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MysqlxCursor.Open.OneOfMessage.Type PREPARE_EXECUTE
PREPARE_EXECUTE = 0;public static final int PREPARE_EXECUTE_VALUE
PREPARE_EXECUTE = 0;public static MysqlxCursor.Open.OneOfMessage.Type[] values()
for (MysqlxCursor.Open.OneOfMessage.Type c : MysqlxCursor.Open.OneOfMessage.Type.values()) System.out.println(c);
public static MysqlxCursor.Open.OneOfMessage.Type 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 MysqlxCursor.Open.OneOfMessage.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MysqlxCursor.Open.OneOfMessage.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MysqlxCursor.Open.OneOfMessage.Type> 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 MysqlxCursor.Open.OneOfMessage.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)