Enum Constant and Description |
---|
FLAT |
INVALID |
IVF_SQ8 |
IVF_SQ8_H |
IVFLAT |
MIX_NSG |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
int |
getVal() |
static IndexType |
valueOf(int val) |
static IndexType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexType INVALID
public static final IndexType FLAT
public static final IndexType IVFLAT
public static final IndexType IVF_SQ8
public static final IndexType MIX_NSG
public static final IndexType IVF_SQ8_H
public static final IndexType UNKNOWN
public static IndexType[] values()
for (IndexType c : IndexType.values()) System.out.println(c);
public static IndexType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getVal()
public static IndexType valueOf(int val)