|
||||||||||||
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.RestartCleanupType
This class implements the RestartCleanupType ordinal type.
Field Summary | |
---|---|
static RestartCleanupType |
ACTION_DISPLAYCLEANUP
Action Display Cleanup |
static RestartCleanupType |
ACTION_FASTJOBRESTART
Action Fast Job Restart |
static RestartCleanupType |
ACTION_FASTSTEPRESTART
Action Fast Step Restart |
static RestartCleanupType |
ACTION_JOBRERUN
Action Job Rerun |
static RestartCleanupType |
ACTION_JSRERUN
Action Job Stream Rerun |
static RestartCleanupType |
ACTION_JSRERUNNOCLEANUP
Action Job Stream Rerun No Clean Up |
static RestartCleanupType |
ACTION_STARTCLEANUP
Action Start Cleanup |
static RestartCleanupType |
ACTION_STEPRESTART
Action Step Restart |
static java.lang.String |
COPYRIGHT
Copyright. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if this object equals to the specified one. |
static RestartCleanupType |
getInstance(char charValue)
Returns a reference to the instance of RestartCleanupType that is associated to the specified character. |
int |
hashCode()
Returns a hash code for this RestartCleanupType object. |
java.lang.String |
toString()
Returns a string representation of this RestartCleanupType 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 RestartCleanupType ACTION_STEPRESTART
public static RestartCleanupType ACTION_JOBRERUN
public static RestartCleanupType ACTION_STARTCLEANUP
public static RestartCleanupType ACTION_JSRERUN
public static RestartCleanupType ACTION_DISPLAYCLEANUP
public static RestartCleanupType ACTION_JSRERUNNOCLEANUP
public static RestartCleanupType ACTION_FASTJOBRESTART
public static RestartCleanupType ACTION_FASTSTEPRESTART
Method Detail |
public static RestartCleanupType 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 |