public static enum cmdItems.ItemModel.ItemState extends java.lang.Enum<cmdItems.ItemModel.ItemState>
Enum Constant and Description |
---|
ITEM_IS_READ |
ITEM_NOT_SAVED |
ITEM_SAVED |
Modifier and Type | Method and Description |
---|---|
static cmdItems.ItemModel.ItemState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static cmdItems.ItemModel.ItemState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final cmdItems.ItemModel.ItemState ITEM_IS_READ
public static final cmdItems.ItemModel.ItemState ITEM_SAVED
public static final cmdItems.ItemModel.ItemState ITEM_NOT_SAVED
public static cmdItems.ItemModel.ItemState[] values()
for (cmdItems.ItemModel.ItemState c : cmdItems.ItemModel.ItemState.values()) System.out.println(c);
public static cmdItems.ItemModel.ItemState 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