public static enum TMFFConstants.AlignType extends java.lang.Enum<TMFFConstants.AlignType>
The sequence of elements of this table must match the numeric values for ALIGN_SYM, etc. The array index + 1 must equal the ALIGN_SYM, etc. number!!!
Modifier and Type | Method and Description |
---|---|
static TMFFConstants.AlignType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TMFFConstants.AlignType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TMFFConstants.AlignType Sym
public static final TMFFConstants.AlignType Cnst
public static final TMFFConstants.AlignType Var
public static TMFFConstants.AlignType[] values()
for (TMFFConstants.AlignType c : TMFFConstants.AlignType.values()) System.out.println(c);
public static TMFFConstants.AlignType 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 null