public static enum ItemDataAttributeGroup.NotSorted extends Enum<ItemDataAttributeGroup.NotSorted>
| Modifier and Type | Method and Description |
|---|---|
static ItemDataAttributeGroup.NotSorted |
forValue(String value) |
String |
value() |
static ItemDataAttributeGroup.NotSorted |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemDataAttributeGroup.NotSorted[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemDataAttributeGroup.NotSorted NOW
public static final ItemDataAttributeGroup.NotSorted NEVER
public static final ItemDataAttributeGroup.NotSorted EMPTY
private String value
public static ItemDataAttributeGroup.NotSorted[] values()
for (ItemDataAttributeGroup.NotSorted c : ItemDataAttributeGroup.NotSorted.values()) System.out.println(c);
public static ItemDataAttributeGroup.NotSorted 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 nullpublic static ItemDataAttributeGroup.NotSorted forValue(String value)
public String value()
Copyright © 1999–2015. All rights reserved.