java.io.Serializable
, java.lang.Comparable<OrderDirection>
public enum OrderDirection extends java.lang.Enum<OrderDirection>
Enum Constant | Description |
---|---|
ASCENDING |
The ASCENDING direction for order object of query objects.
|
DESCENDING |
The DESCENDING direction for order object of query objects.
|
Modifier and Type | Method | Description |
---|---|---|
static OrderDirection |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OrderDirection[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrderDirection ASCENDING
public static final OrderDirection DESCENDING
public static OrderDirection[] values()
for (OrderDirection c : OrderDirection.values()) System.out.println(c);
public static OrderDirection 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 nullIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com