static MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItem.Type.forNumber(int value) |
MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItemOrBuilder.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.DocumentPathItem.Builder.getType()
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
|
static MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItem.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItem.Type.valueOf(int value)
|
static MysqlxExpr.DocumentPathItem.Type |
MysqlxExpr.DocumentPathItem.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxExpr.DocumentPathItem.Type[] |
MysqlxExpr.DocumentPathItem.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|