|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ProcessStatusCode>
net.bioclipse.xws.client.adhoc.ProcessStatusCode
public enum ProcessStatusCode
| Enum Constant Summary | |
|---|---|
EXECUTING
The remote process was started. |
|
FAILED
The remote process failed. |
|
FINISHED
The remote process finished. |
|
INITIALIZED
The IProcess object representing the remote process was initialized. |
|
| Method Summary | |
|---|---|
static ProcessStatusCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProcessStatusCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ProcessStatusCode INITIALIZED
public static final ProcessStatusCode EXECUTING
public static final ProcessStatusCode FINISHED
public static final ProcessStatusCode FAILED
| Method Detail |
|---|
public static ProcessStatusCode[] values()
for (ProcessStatusCode c : ProcessStatusCode.values()) System.out.println(c);
public static ProcessStatusCode 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||