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