|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.types.OrdinalType
com.ibm.tws.objects.plan.types.FlowNodeStatusType
This class implements the FlowNodeStatusType ordinal type. It contains the valid values for the status of a Job or a Job Stream. For details about these statuses see the documentation of these classes. These values are also used as as filters values for JobInPlanFilters.STATUS_LIST and JobStreamInPlanFilters.STATUS_LIST. See FlowNodeInternalStatusType for the mapping between Internal statuses and Statuses.
JobInPlan
,
JobStreamInPlan
,
JobInPlanFilters
,
JobStreamInPlanFilters
,
JobStreamInPlanFilters
,
FlowNodeInternalStatusType
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
static FlowNodeStatusType |
FLOW_NODE_STATUS_BLOCKED
Status of the Flow Node Blocked |
static FlowNodeStatusType |
FLOW_NODE_STATUS_CANCELED
Status of the Flow Node Canceled. |
static FlowNodeStatusType |
FLOW_NODE_STATUS_COMPLETED
Status of the Flow Node Completed |
static FlowNodeStatusType |
FLOW_NODE_STATUS_ERROR
Status of the Flow Node Error |
static FlowNodeStatusType |
FLOW_NODE_STATUS_HELD
Status of the Flow Node Held. |
static FlowNodeStatusType |
FLOW_NODE_STATUS_READY
Status of the Flow Node Ready |
static FlowNodeStatusType |
FLOW_NODE_STATUS_STARTED
Status of the Flow Node Started |
static FlowNodeStatusType |
FLOW_NODE_STATUS_UNDECIDED
Ststus of the Flow Node Undecided |
static FlowNodeStatusType |
FLOW_NODE_STATUS_WAITING
Status of the Flow Node Waiting |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if this object equals to the specified one. |
static FlowNodeStatusType |
getInstance(char charValue)
Returns a reference to the instance of FlowNodeStatusType that is associated to the specified character. |
int |
hashCode()
Returns a hash code for this FlowNodeStatusType object. |
java.lang.String |
toString()
Returns a string representation of this FlowNodeStatusType object. |
Methods inherited from class com.ibm.tws.objects.types.OrdinalType |
---|
getCharValue, getInstance, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public static FlowNodeStatusType FLOW_NODE_STATUS_CANCELED
public static FlowNodeStatusType FLOW_NODE_STATUS_HELD
public static FlowNodeStatusType FLOW_NODE_STATUS_WAITING
public static FlowNodeStatusType FLOW_NODE_STATUS_BLOCKED
public static FlowNodeStatusType FLOW_NODE_STATUS_READY
public static FlowNodeStatusType FLOW_NODE_STATUS_STARTED
public static FlowNodeStatusType FLOW_NODE_STATUS_COMPLETED
public static FlowNodeStatusType FLOW_NODE_STATUS_ERROR
public static FlowNodeStatusType FLOW_NODE_STATUS_UNDECIDED
Method Detail |
public static FlowNodeStatusType getInstance(char charValue)
charValue
- The character used by DAO implementors to store this object as a char.
public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |