public static enum PagedTopicDetails.Attributes.Order extends Enum<PagedTopicDetails.Attributes.Order>
Enum Constant and Description |
---|
ASCENDING
The order is ascending - lowest values first.
|
DESCENDING
The order is descending - highest values first.
|
Modifier and Type | Method and Description |
---|---|
static PagedTopicDetails.Attributes.Order |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagedTopicDetails.Attributes.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PagedTopicDetails.Attributes.Order ASCENDING
public static final PagedTopicDetails.Attributes.Order DESCENDING
public static PagedTopicDetails.Attributes.Order[] values()
for (PagedTopicDetails.Attributes.Order c : PagedTopicDetails.Attributes.Order.values()) System.out.println(c);
public static PagedTopicDetails.Attributes.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 © 2016 Push Technology Ltd. All Rights Reserved.