public enum ItemPageImpl extends java.lang.Enum<ItemPageImpl> implements IItemPageImpl
| Modifier and Type | Method and Description |
|---|---|
static IItemPageImpl[] |
getValues() |
static ItemPageImpl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemPageImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfbuildItemPagepublic static final ItemPageImpl ITEM
public static final ItemPageImpl CONTAINER
public static ItemPageImpl[] values()
for (ItemPageImpl c : ItemPageImpl.values()) System.out.println(c);
public static ItemPageImpl 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 nullpublic static IItemPageImpl[] getValues()