public static enum RuleSet.Sort extends Enum<RuleSet.Sort>
| Enum Constant and Description |
|---|
BY_NAME |
BY_NAME_INVERSE |
| Modifier and Type | Field and Description |
|---|---|
static RuleSet.Sort |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
int |
getModifier() |
static RuleSet.Sort |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleSet.Sort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleSet.Sort BY_NAME
public static final RuleSet.Sort BY_NAME_INVERSE
public static final RuleSet.Sort DEFAULT
public static RuleSet.Sort[] values()
for (RuleSet.Sort c : RuleSet.Sort.values()) System.out.println(c);
public static RuleSet.Sort 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 nullpublic int getModifier()
Copyright © 2021. All rights reserved.