public static enum MysqlxDatatypes.Scalar.Type extends java.lang.Enum<MysqlxDatatypes.Scalar.Type> implements com.google.protobuf.ProtocolMessageEnum
Mysqlx.Datatypes.Scalar.Type| Enum Constant and Description |
|---|
V_BOOL
V_BOOL = 7; |
V_DOUBLE
V_DOUBLE = 5; |
V_FLOAT
V_FLOAT = 6; |
V_NULL
V_NULL = 3; |
V_OCTETS
V_OCTETS = 4; |
V_SINT
V_SINT = 1; |
V_STRING
V_STRING = 8; |
V_UINT
V_UINT = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
V_BOOL_VALUE
V_BOOL = 7; |
static int |
V_DOUBLE_VALUE
V_DOUBLE = 5; |
static int |
V_FLOAT_VALUE
V_FLOAT = 6; |
static int |
V_NULL_VALUE
V_NULL = 3; |
static int |
V_OCTETS_VALUE
V_OCTETS = 4; |
static int |
V_SINT_VALUE
V_SINT = 1; |
static int |
V_STRING_VALUE
V_STRING = 8; |
static int |
V_UINT_VALUE
V_UINT = 2; |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxDatatypes.Scalar.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.Scalar.Type> |
internalGetValueMap() |
static MysqlxDatatypes.Scalar.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxDatatypes.Scalar.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxDatatypes.Scalar.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxDatatypes.Scalar.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MysqlxDatatypes.Scalar.Type V_SINT
V_SINT = 1;public static final MysqlxDatatypes.Scalar.Type V_UINT
V_UINT = 2;public static final MysqlxDatatypes.Scalar.Type V_NULL
V_NULL = 3;public static final MysqlxDatatypes.Scalar.Type V_OCTETS
V_OCTETS = 4;public static final MysqlxDatatypes.Scalar.Type V_DOUBLE
V_DOUBLE = 5;public static final MysqlxDatatypes.Scalar.Type V_FLOAT
V_FLOAT = 6;public static final MysqlxDatatypes.Scalar.Type V_BOOL
V_BOOL = 7;public static final MysqlxDatatypes.Scalar.Type V_STRING
V_STRING = 8;public static final int V_SINT_VALUE
V_SINT = 1;public static final int V_UINT_VALUE
V_UINT = 2;public static final int V_NULL_VALUE
V_NULL = 3;public static final int V_OCTETS_VALUE
V_OCTETS = 4;public static final int V_DOUBLE_VALUE
V_DOUBLE = 5;public static final int V_FLOAT_VALUE
V_FLOAT = 6;public static final int V_BOOL_VALUE
V_BOOL = 7;public static final int V_STRING_VALUE
V_STRING = 8;public static MysqlxDatatypes.Scalar.Type[] values()
for (MysqlxDatatypes.Scalar.Type c : MysqlxDatatypes.Scalar.Type.values()) System.out.println(c);
public static MysqlxDatatypes.Scalar.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.Scalar.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MysqlxDatatypes.Scalar.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MysqlxDatatypes.Scalar.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.Scalar.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)