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