public enum RuleSetting extends java.lang.Enum<RuleSetting>
| Modifier and Type | Method and Description |
|---|---|
static RuleSetting |
fromValue(java.lang.String value) |
static RuleSetting |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RuleSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleSetting D
public static final RuleSetting I
public static final RuleSetting N
public static final RuleSetting S
public static RuleSetting[] values()
for (RuleSetting c : RuleSetting.values()) System.out.println(c);
public static RuleSetting valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static RuleSetting fromValue(java.lang.String value)