public static enum RuleUtils.RuleInfo extends Enum<RuleUtils.RuleInfo>
| Enum Constant and Description |
|---|
BOUNDARIES |
GROUP |
MESSAGE |
METHOD |
PATTERN |
SHORTMESSAGE |
SUGGESTIONS |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
static RuleUtils.RuleInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleUtils.RuleInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleUtils.RuleInfo METHOD
public static final RuleUtils.RuleInfo TYPE
public static final RuleUtils.RuleInfo GROUP
public static final RuleUtils.RuleInfo MESSAGE
public static final RuleUtils.RuleInfo SHORTMESSAGE
public static final RuleUtils.RuleInfo PATTERN
public static final RuleUtils.RuleInfo BOUNDARIES
public static final RuleUtils.RuleInfo SUGGESTIONS
public static RuleUtils.RuleInfo[] values()
for (RuleUtils.RuleInfo c : RuleUtils.RuleInfo.values()) System.out.println(c);
public static RuleUtils.RuleInfo 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 © 2012–2017 CoGrOO. All rights reserved.