protected static enum PolicyConstraints.PolicyConstraintsField extends Enum<PolicyConstraints.PolicyConstraintsField> implements EnumType
| Enum Constant and Description |
|---|
INHIBIT_POLICY_MAPPING |
REQUIRE_EXPLICIT_POLICY |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static PolicyConstraints.PolicyConstraintsField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyConstraints.PolicyConstraintsField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyConstraints.PolicyConstraintsField REQUIRE_EXPLICIT_POLICY
public static final PolicyConstraints.PolicyConstraintsField INHIBIT_POLICY_MAPPING
public static PolicyConstraints.PolicyConstraintsField[] values()
for (PolicyConstraints.PolicyConstraintsField c : PolicyConstraints.PolicyConstraintsField.values()) System.out.println(c);
public static PolicyConstraints.PolicyConstraintsField 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 © 2014–2022 The Apache Software Foundation. All rights reserved.