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