|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.InterfaceElements.types.ProcessState
public class ProcessState
An enumeration of possible reported values for process state.
Field Summary | |
---|---|
static ProcessState |
CANCELED
The instance of the canceled type |
static int |
CANCELED_TYPE
The canceled type |
static ProcessState |
COMPLETED
The instance of the completed type |
static int |
COMPLETED_TYPE
The completed type |
static ProcessState |
FAILED
The instance of the failed type |
static int |
FAILED_TYPE
The failed type |
static ProcessState |
PENDING
The instance of the pending type |
static int |
PENDING_TYPE
The pending type |
static ProcessState |
PROCESSING
The instance of the processing type |
static int |
PROCESSING_TYPE
The processing type |
static ProcessState |
UNKNOWN
The instance of the unknown type |
static int |
UNKNOWN_TYPE
The unknown type |
Method Summary | |
---|---|
static java.util.Enumeration<java.lang.Object> |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of ProcessState |
int |
getType()
Method getType.Returns the type of this ProcessState |
java.lang.String |
toString()
Method toString.Returns the String representation of this ProcessState |
static ProcessState |
valueOf(java.lang.String string)
Method valueOf.Returns a new ProcessState based on the given String value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CANCELED_TYPE
public static final ProcessState CANCELED
public static final int COMPLETED_TYPE
public static final ProcessState COMPLETED
public static final int FAILED_TYPE
public static final ProcessState FAILED
public static final int PENDING_TYPE
public static final ProcessState PENDING
public static final int PROCESSING_TYPE
public static final ProcessState PROCESSING
public static final int UNKNOWN_TYPE
public static final ProcessState UNKNOWN
Method Detail |
---|
public static java.util.Enumeration<java.lang.Object> enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static ProcessState valueOf(java.lang.String string)
string
-
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |