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