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