org.odata4j.expression
Enum OrderByExpression.Direction
java.lang.Object
java.lang.Enum<OrderByExpression.Direction>
org.odata4j.expression.OrderByExpression.Direction
- All Implemented Interfaces:
- Serializable, Comparable<OrderByExpression.Direction>
- Enclosing interface:
- OrderByExpression
public static enum OrderByExpression.Direction
- extends Enum<OrderByExpression.Direction>
ASCENDING
public static final OrderByExpression.Direction ASCENDING
DESCENDING
public static final OrderByExpression.Direction DESCENDING
valueOf
public static OrderByExpression.Direction valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
values
public static OrderByExpression.Direction[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (OrderByExpression.Direction c : OrderByExpression.Direction.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
http://odata4j.org