protected static enum EditAttribute.AutoValue extends Enum<EditAttribute.AutoValue>
Modifier and Type | Method and Description |
---|---|
static EditAttribute.AutoValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditAttribute.AutoValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditAttribute.AutoValue NONE
public static final EditAttribute.AutoValue EMPTY
public static final EditAttribute.AutoValue DUMMY
public static final EditAttribute.AutoValue DEFAULT
public static final EditAttribute.AutoValue ID
public static EditAttribute.AutoValue[] values()
for (EditAttribute.AutoValue c : EditAttribute.AutoValue.values()) System.out.println(c);
public static EditAttribute.AutoValue 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 null