public static enum SortableEventQuery.SortClause.Order extends Enum<SortableEventQuery.SortClause.Order>
Enum Constant and Description |
---|
ASC
Sort in ascending order.
|
DESC
Sort in descending order.
|
Modifier and Type | Method and Description |
---|---|
static SortableEventQuery.SortClause.Order |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortableEventQuery.SortClause.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortableEventQuery.SortClause.Order DESC
public static final SortableEventQuery.SortClause.Order ASC
public static SortableEventQuery.SortClause.Order[] values()
for (SortableEventQuery.SortClause.Order c : SortableEventQuery.SortClause.Order.values()) System.out.println(c);
public static SortableEventQuery.SortClause.Order 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 nullCopyright © 2004–2021 XWiki. All rights reserved.