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