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