public static enum TTablePartitionItem.ETablePartitionItemType extends Enum<TTablePartitionItem.ETablePartitionItemType>
Enum Constant and Description |
---|
hashByQuantity |
hashIndividal |
list |
range |
Modifier and Type | Method and Description |
---|---|
static TTablePartitionItem.ETablePartitionItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TTablePartitionItem.ETablePartitionItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TTablePartitionItem.ETablePartitionItemType range
public static final TTablePartitionItem.ETablePartitionItemType hashIndividal
public static final TTablePartitionItem.ETablePartitionItemType hashByQuantity
public static final TTablePartitionItem.ETablePartitionItemType list
public static TTablePartitionItem.ETablePartitionItemType[] values()
for (TTablePartitionItem.ETablePartitionItemType c : TTablePartitionItem.ETablePartitionItemType.values()) System.out.println(c);
public static TTablePartitionItem.ETablePartitionItemType 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