public static enum Location.LocationCategory extends java.lang.Enum<Location.LocationCategory>
Enum Constant and Description |
---|
DOCK |
GRAV_RACK |
RACK |
STAGING |
STANDARD |
Modifier and Type | Method and Description |
---|---|
static org.jdesktop.swingx.JXComboBox |
getCombobox() |
int |
getType() |
static Location.LocationCategory |
parse(int type) |
java.lang.String |
toString() |
static Location.LocationCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Location.LocationCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Location.LocationCategory STANDARD
public static final Location.LocationCategory RACK
public static final Location.LocationCategory STAGING
public static final Location.LocationCategory DOCK
public static final Location.LocationCategory GRAV_RACK
public static Location.LocationCategory[] values()
for (Location.LocationCategory c : Location.LocationCategory.values()) System.out.println(c);
public static Location.LocationCategory 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 Location.LocationCategory parse(int type)
public int getType()
public java.lang.String toString()
toString
in class java.lang.Enum<Location.LocationCategory>
public static org.jdesktop.swingx.JXComboBox getCombobox()