public static enum ClassStatement.ORDER extends java.lang.Enum<ClassStatement.ORDER> implements CASActionOptions.EnumValue
| Enum Constant and Description |
|---|
FORMATTED |
FREQ |
FREQFORMATTED |
FREQINTERNAL |
INTERNAL |
| Modifier and Type | Method and Description |
|---|---|
static ClassStatement.ORDER |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static ClassStatement.ORDER |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassStatement.ORDER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassStatement.ORDER FORMATTED
public static final ClassStatement.ORDER FREQ
public static final ClassStatement.ORDER FREQFORMATTED
public static final ClassStatement.ORDER FREQINTERNAL
public static final ClassStatement.ORDER INTERNAL
public static ClassStatement.ORDER[] values()
for (ClassStatement.ORDER c : ClassStatement.ORDER.values()) System.out.println(c);
public static ClassStatement.ORDER 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 java.lang.String getValue()
getValue in interface CASActionOptions.EnumValuepublic static ClassStatement.ORDER getByValue(java.lang.String value)