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