protected static enum BaseBoxItem.Property extends java.lang.Enum<BaseBoxItem.Property> implements Key
Modifier and Type | Method and Description |
---|---|
static BaseBoxItem.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseBoxItem.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseBoxItem.Property top
public static final BaseBoxItem.Property right
public static final BaseBoxItem.Property bottom
public static final BaseBoxItem.Property left
public static BaseBoxItem.Property[] values()
for (BaseBoxItem.Property c : BaseBoxItem.Property.values()) System.out.println(c);
public static BaseBoxItem.Property 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