public enum CompositeMoveType extends java.lang.Enum<CompositeMoveType>
Modifier and Type | Method and Description |
---|---|
static CompositeMoveType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompositeMoveType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositeMoveType SYNC_PROC_SYNC_DATA
public static final CompositeMoveType MMODEL_PROC_SYNC_DATA
public static final CompositeMoveType MLOG_PROC_SYNC_DATA
public static final CompositeMoveType SYNC_PROC_MMODEL_DATA
public static final CompositeMoveType MMODEL_PROC_MMODEL_DATA
public static final CompositeMoveType MLOG_PROC_MMODEL_DATA
public static final CompositeMoveType SYNC_PROC_MLOG_DATA
public static final CompositeMoveType MMODEL_PROC_MLOG_DATA
public static final CompositeMoveType MLOG_PROC_MLOG_DATA
public static final CompositeMoveType NO_CONTEXT
public static final CompositeMoveType SYNC_PROC_NO_OP
public static final CompositeMoveType MMODEL_PROC_NO_OP
public static final CompositeMoveType MLOG_PROC_NO_OP
public static CompositeMoveType[] values()
for (CompositeMoveType c : CompositeMoveType.values()) System.out.println(c);
public static CompositeMoveType 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