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