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