public enum PolicyExpressionReferenceType extends java.lang.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(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2010-2019 The Direct Project. All Rights Reserved.