public static enum PagedTopicDetails.Attributes.Rules.RuleType extends Enum<PagedTopicDetails.Attributes.Rules.RuleType>
Enum Constant and Description |
---|
COLLATION
Collation order rules will be used.
|
NONE
No additional rules are applied to ordering.
|
Modifier and Type | Method and Description |
---|---|
static PagedTopicDetails.Attributes.Rules.RuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagedTopicDetails.Attributes.Rules.RuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PagedTopicDetails.Attributes.Rules.RuleType NONE
public static final PagedTopicDetails.Attributes.Rules.RuleType COLLATION
public static PagedTopicDetails.Attributes.Rules.RuleType[] values()
for (PagedTopicDetails.Attributes.Rules.RuleType c : PagedTopicDetails.Attributes.Rules.RuleType.values()) System.out.println(c);
public static PagedTopicDetails.Attributes.Rules.RuleType 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.