public static enum MysqlxExpr.Expr.Type extends java.lang.Enum<MysqlxExpr.Expr.Type> implements com.google.protobuf.ProtocolMessageEnum
Mysqlx.Expr.Expr.Type| Enum Constant and Description |
|---|
ARRAY
ARRAY = 8; |
FUNC_CALL
FUNC_CALL = 4; |
IDENT
IDENT = 1; |
LITERAL
LITERAL = 2; |
OBJECT
OBJECT = 7; |
OPERATOR
OPERATOR = 5; |
PLACEHOLDER
PLACEHOLDER = 6; |
VARIABLE
VARIABLE = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ARRAY_VALUE
ARRAY = 8; |
static int |
FUNC_CALL_VALUE
FUNC_CALL = 4; |
static int |
IDENT_VALUE
IDENT = 1; |
static int |
LITERAL_VALUE
LITERAL = 2; |
static int |
OBJECT_VALUE
OBJECT = 7; |
static int |
OPERATOR_VALUE
OPERATOR = 5; |
static int |
PLACEHOLDER_VALUE
PLACEHOLDER = 6; |
static int |
VARIABLE_VALUE
VARIABLE = 3; |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxExpr.Expr.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<MysqlxExpr.Expr.Type> |
internalGetValueMap() |
static MysqlxExpr.Expr.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxExpr.Expr.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxExpr.Expr.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxExpr.Expr.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MysqlxExpr.Expr.Type IDENT
IDENT = 1;public static final MysqlxExpr.Expr.Type LITERAL
LITERAL = 2;public static final MysqlxExpr.Expr.Type VARIABLE
VARIABLE = 3;public static final MysqlxExpr.Expr.Type FUNC_CALL
FUNC_CALL = 4;public static final MysqlxExpr.Expr.Type OPERATOR
OPERATOR = 5;public static final MysqlxExpr.Expr.Type PLACEHOLDER
PLACEHOLDER = 6;public static final MysqlxExpr.Expr.Type OBJECT
OBJECT = 7;public static final MysqlxExpr.Expr.Type ARRAY
ARRAY = 8;public static final int IDENT_VALUE
IDENT = 1;public static final int LITERAL_VALUE
LITERAL = 2;public static final int VARIABLE_VALUE
VARIABLE = 3;public static final int FUNC_CALL_VALUE
FUNC_CALL = 4;public static final int OPERATOR_VALUE
OPERATOR = 5;public static final int PLACEHOLDER_VALUE
PLACEHOLDER = 6;public static final int OBJECT_VALUE
OBJECT = 7;public static final int ARRAY_VALUE
ARRAY = 8;public static MysqlxExpr.Expr.Type[] values()
for (MysqlxExpr.Expr.Type c : MysqlxExpr.Expr.Type.values()) System.out.println(c);
public static MysqlxExpr.Expr.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 MysqlxExpr.Expr.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MysqlxExpr.Expr.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MysqlxExpr.Expr.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 MysqlxExpr.Expr.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)