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