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