public enum RuleKeyDiagnosticsMode extends Enum<RuleKeyDiagnosticsMode>
Enum Constant and Description |
---|
ALWAYS |
BUILT_LOCALLY |
NEVER |
Modifier and Type | Method and Description |
---|---|
static RuleKeyDiagnosticsMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleKeyDiagnosticsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleKeyDiagnosticsMode NEVER
public static final RuleKeyDiagnosticsMode BUILT_LOCALLY
public static final RuleKeyDiagnosticsMode ALWAYS
public static RuleKeyDiagnosticsMode[] values()
for (RuleKeyDiagnosticsMode c : RuleKeyDiagnosticsMode.values()) System.out.println(c);
public static RuleKeyDiagnosticsMode 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 null