public static enum PolicyEnforcerConfig.ScopeEnforcementMode extends Enum<PolicyEnforcerConfig.ScopeEnforcementMode>
Modifier and Type | Method and Description |
---|---|
static PolicyEnforcerConfig.ScopeEnforcementMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyEnforcerConfig.ScopeEnforcementMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyEnforcerConfig.ScopeEnforcementMode ALL
public static final PolicyEnforcerConfig.ScopeEnforcementMode ANY
public static final PolicyEnforcerConfig.ScopeEnforcementMode DISABLED
public static PolicyEnforcerConfig.ScopeEnforcementMode[] values()
for (PolicyEnforcerConfig.ScopeEnforcementMode c : PolicyEnforcerConfig.ScopeEnforcementMode.values()) System.out.println(c);
public static PolicyEnforcerConfig.ScopeEnforcementMode 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 © 2020 JBoss by Red Hat. All rights reserved.