public enum PolicyExpressionReferenceType extends Enum<PolicyExpressionReferenceType>
| Enum Constant and Description |
|---|
CERTIFICATE
An X509 certificate.
|
STRUCT
A generic structure or object
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyExpressionReferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyExpressionReferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyExpressionReferenceType STRUCT
public static final PolicyExpressionReferenceType CERTIFICATE
public static PolicyExpressionReferenceType[] values()
for (PolicyExpressionReferenceType c : PolicyExpressionReferenceType.values()) System.out.println(c);
public static PolicyExpressionReferenceType 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 © 2010-2016 The Direct Project. All Rights Reserved.