java.io.Serializable, java.lang.Comparable<ShopKeeper.ViewType>public static enum ShopKeeper.ViewType extends java.lang.Enum<ShopKeeper.ViewType>
| Modifier and Type | Method | Description |
|---|---|---|
static ShopKeeper.ViewType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ShopKeeper.ViewType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShopKeeper.ViewType BASIC
public static final ShopKeeper.ViewType FALSE
public static final ShopKeeper.ViewType IDENTIFY
public static ShopKeeper.ViewType[] values()
for (ShopKeeper.ViewType c : ShopKeeper.ViewType.values()) System.out.println(c);
public static ShopKeeper.ViewType 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