public static enum Utils.AvailableAttribute extends java.lang.Enum<Utils.AvailableAttribute>
Enum Constant and Description |
---|
Documentation |
Name |
Value |
Modifier and Type | Method and Description |
---|---|
static Utils.AvailableAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Utils.AvailableAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Utils.AvailableAttribute Name
public static final Utils.AvailableAttribute Documentation
public static final Utils.AvailableAttribute Value
public static Utils.AvailableAttribute[] values()
for (Utils.AvailableAttribute c : Utils.AvailableAttribute.values()) System.out.println(c);
public static Utils.AvailableAttribute valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null