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