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