public static enum MysqlxExpr.DocumentPathItem.Type extends java.lang.Enum<MysqlxExpr.DocumentPathItem.Type> implements com.google.protobuf.ProtocolMessageEnum
Mysqlx.Expr.DocumentPathItem.Type| Enum Constant and Description |
|---|
ARRAY_INDEX
[index]
|
ARRAY_INDEX_ASTERISK
[*]
|
DOUBLE_ASTERISK
**
|
MEMBER
.member
|
MEMBER_ASTERISK
.*
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ARRAY_INDEX_ASTERISK_VALUE
[*]
|
static int |
ARRAY_INDEX_VALUE
[index]
|
static int |
DOUBLE_ASTERISK_VALUE
**
|
static int |
MEMBER_ASTERISK_VALUE
.*
|
static int |
MEMBER_VALUE
.member
|
| Modifier and Type | Method and Description |
|---|---|
static MysqlxExpr.DocumentPathItem.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.DocumentPathItem.Type> |
internalGetValueMap() |
static MysqlxExpr.DocumentPathItem.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxExpr.DocumentPathItem.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxExpr.DocumentPathItem.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxExpr.DocumentPathItem.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MysqlxExpr.DocumentPathItem.Type MEMBER
.member
MEMBER = 1;public static final MysqlxExpr.DocumentPathItem.Type MEMBER_ASTERISK
.*
MEMBER_ASTERISK = 2;public static final MysqlxExpr.DocumentPathItem.Type ARRAY_INDEX
[index]
ARRAY_INDEX = 3;public static final MysqlxExpr.DocumentPathItem.Type ARRAY_INDEX_ASTERISK
[*]
ARRAY_INDEX_ASTERISK = 4;public static final MysqlxExpr.DocumentPathItem.Type DOUBLE_ASTERISK
**
DOUBLE_ASTERISK = 5;public static final int MEMBER_VALUE
.member
MEMBER = 1;public static final int MEMBER_ASTERISK_VALUE
.*
MEMBER_ASTERISK = 2;public static final int ARRAY_INDEX_VALUE
[index]
ARRAY_INDEX = 3;public static final int ARRAY_INDEX_ASTERISK_VALUE
[*]
ARRAY_INDEX_ASTERISK = 4;public static final int DOUBLE_ASTERISK_VALUE
**
DOUBLE_ASTERISK = 5;public static MysqlxExpr.DocumentPathItem.Type[] values()
for (MysqlxExpr.DocumentPathItem.Type c : MysqlxExpr.DocumentPathItem.Type.values()) System.out.println(c);
public static MysqlxExpr.DocumentPathItem.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.DocumentPathItem.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MysqlxExpr.DocumentPathItem.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MysqlxExpr.DocumentPathItem.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.DocumentPathItem.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)