public static enum OrderingExpression.NullOrder extends Enum<OrderingExpression.NullOrder>
| Modifier and Type | Method and Description |
|---|---|
static OrderingExpression.NullOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderingExpression.NullOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrderingExpression.NullOrder FIRST
public static final OrderingExpression.NullOrder LAST
public static OrderingExpression.NullOrder[] values()
for (OrderingExpression.NullOrder c : OrderingExpression.NullOrder.values()) System.out.println(c);
public static OrderingExpression.NullOrder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null