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