public static enum TIndexDefinition.EIndexType extends Enum<TIndexDefinition.EIndexType>
Enum Constant and Description |
---|
index |
noPrimaryIndex |
noPrimaryKey |
partitionBy |
primaryAmp |
primaryIndex |
primaryKey |
uniqueIndex |
uniqueKey |
uniquePrimaryIndex |
uniquePrimaryKey |
Modifier and Type | Method and Description |
---|---|
static TIndexDefinition.EIndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TIndexDefinition.EIndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TIndexDefinition.EIndexType primaryKey
public static final TIndexDefinition.EIndexType uniquePrimaryKey
public static final TIndexDefinition.EIndexType noPrimaryKey
public static final TIndexDefinition.EIndexType primaryAmp
public static final TIndexDefinition.EIndexType partitionBy
public static final TIndexDefinition.EIndexType uniqueKey
public static final TIndexDefinition.EIndexType index
public static final TIndexDefinition.EIndexType uniqueIndex
public static final TIndexDefinition.EIndexType noPrimaryIndex
public static final TIndexDefinition.EIndexType uniquePrimaryIndex
public static final TIndexDefinition.EIndexType primaryIndex
public static TIndexDefinition.EIndexType[] values()
for (TIndexDefinition.EIndexType c : TIndexDefinition.EIndexType.values()) System.out.println(c);
public static TIndexDefinition.EIndexType 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