public enum RawColIndexType extends java.lang.Enum<RawColIndexType>
| 列挙型定数と説明 |
|---|
INDEX |
NONE |
UNIQUE_INDEX |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static RawColIndexType |
typeOf(IndexType it) |
static RawColIndexType |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static RawColIndexType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final RawColIndexType NONE
public static final RawColIndexType INDEX
public static final RawColIndexType UNIQUE_INDEX
public static RawColIndexType[] values()
for(RawColIndexType c: RawColIndexType.values()) System.out.println(c);
public static RawColIndexType valueOf(java.lang.String name)
name - 返される列挙型定数の名前。java.lang.IllegalArgumentException - この列挙型に、指定した名前の定数がない場合java.lang.NullPointerException - 引数がnullの場合public static RawColIndexType typeOf(IndexType it)