public static enum PagedTopicDetails.Attributes.Ordering extends Enum<PagedTopicDetails.Attributes.Ordering>
Enum Constant and Description |
---|
COMPARATOR
The topic lines are ordered using a server side comparator.
|
DECLARED
The topic lines are ordered according to a declared ordering
policy.
|
UNORDERED
The topic lines are not ordered.
|
Modifier and Type | Method and Description |
---|---|
static PagedTopicDetails.Attributes.Ordering |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagedTopicDetails.Attributes.Ordering[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PagedTopicDetails.Attributes.Ordering UNORDERED
public static final PagedTopicDetails.Attributes.Ordering DECLARED
public static final PagedTopicDetails.Attributes.Ordering COMPARATOR
public static PagedTopicDetails.Attributes.Ordering[] values()
for (PagedTopicDetails.Attributes.Ordering c : PagedTopicDetails.Attributes.Ordering.values()) System.out.println(c);
public static PagedTopicDetails.Attributes.Ordering 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.