static MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItem.Type.forNumber(int value) |
|
MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItem.Builder.getType() |
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
|
MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItem.getType() |
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
|
MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItemOrBuilder.getType() |
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
|
static MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItem.Type.valueOf(int value) |
已过时。
|
static MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItem.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
返回带有指定名称的该类型的枚举常量。
|
static MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItem.Type.valueOf(String name) |
返回带有指定名称的该类型的枚举常量。
|
static MysqlxExpr.DocumentPathItem.Type[] |
MysqlxExpr.DocumentPathItem.Type.values() |
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|