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