protected static enum CertificateChoices.CertificateChoicesField extends Enum<CertificateChoices.CertificateChoicesField> implements EnumType
| Enum Constant and Description |
|---|
CERTIFICATE |
EXTENDED_CERTIFICATE |
OTHER |
V1_ATTR_CERT |
V2_ATTR_CERT |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static CertificateChoices.CertificateChoicesField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateChoices.CertificateChoicesField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertificateChoices.CertificateChoicesField CERTIFICATE
public static final CertificateChoices.CertificateChoicesField EXTENDED_CERTIFICATE
public static final CertificateChoices.CertificateChoicesField V1_ATTR_CERT
public static final CertificateChoices.CertificateChoicesField V2_ATTR_CERT
public static final CertificateChoices.CertificateChoicesField OTHER
public static CertificateChoices.CertificateChoicesField[] values()
for (CertificateChoices.CertificateChoicesField c : CertificateChoices.CertificateChoicesField.values()) System.out.println(c);
public static CertificateChoices.CertificateChoicesField 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.