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