public static enum TPartitionBoundSpecSqlNode.ESpecType extends Enum<TPartitionBoundSpecSqlNode.ESpecType>
| Enum Constant and Description |
|---|
typeDefault |
typeFromTo |
typeIn |
typeWith |
| Modifier and Type | Method and Description |
|---|---|
static TPartitionBoundSpecSqlNode.ESpecType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPartitionBoundSpecSqlNode.ESpecType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPartitionBoundSpecSqlNode.ESpecType typeIn
public static final TPartitionBoundSpecSqlNode.ESpecType typeFromTo
public static final TPartitionBoundSpecSqlNode.ESpecType typeWith
public static final TPartitionBoundSpecSqlNode.ESpecType typeDefault
public static TPartitionBoundSpecSqlNode.ESpecType[] values()
for (TPartitionBoundSpecSqlNode.ESpecType c : TPartitionBoundSpecSqlNode.ESpecType.values()) System.out.println(c);
public static TPartitionBoundSpecSqlNode.ESpecType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null