|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<J2OManager.Status>
J2OManager.Status
public static enum J2OManager.Status
The system can be in different statuses.
Enum Constant Summary | |
---|---|
COMPILE
No individual manager is necessary. |
|
RUN
All managers are necessary. |
Method Summary | |
---|---|
static J2OManager.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static J2OManager.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final J2OManager.Status COMPILE
public static final J2OManager.Status RUN
Method Detail |
---|
public static J2OManager.Status[] values()
for (J2OManager.Status c : J2OManager.Status.values()) System.out.println(c);
public static J2OManager.Status valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |