com.ibm.tws.objects.plan.types
Class RestartCleanupType

java.lang.Object
  extended bycom.ibm.tws.objects.types.OrdinalType
      extended bycom.ibm.tws.objects.plan.types.RestartCleanupType
All Implemented Interfaces:
java.io.Serializable

public class RestartCleanupType
extends OrdinalType

This class implements the RestartCleanupType ordinal type.

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


ACTION_STEPRESTART

public static RestartCleanupType ACTION_STEPRESTART
Action Step Restart


ACTION_JOBRERUN

public static RestartCleanupType ACTION_JOBRERUN
Action Job Rerun


ACTION_STARTCLEANUP

public static RestartCleanupType ACTION_STARTCLEANUP
Action Start Cleanup


ACTION_JSRERUN

public static RestartCleanupType ACTION_JSRERUN
Action Job Stream Rerun


ACTION_DISPLAYCLEANUP

public static RestartCleanupType ACTION_DISPLAYCLEANUP
Action Display Cleanup


ACTION_JSRERUNNOCLEANUP

public static RestartCleanupType ACTION_JSRERUNNOCLEANUP
Action Job Stream Rerun No Clean Up


ACTION_FASTJOBRESTART

public static RestartCleanupType ACTION_FASTJOBRESTART
Action Fast Job Restart


ACTION_FASTSTEPRESTART

public static RestartCleanupType ACTION_FASTSTEPRESTART
Action Fast Step Restart

Method Detail

getInstance

public static RestartCleanupType getInstance(char charValue)
Returns a reference to the instance of RestartCleanupType that is associated to the specified character.

Parameters:
charValue - The character used by DAO implementors to store this object as a char.
Returns:
A reference to the corresponding instance for the specified character.

equals

public boolean equals(java.lang.Object object)
Returns true if this object equals to the specified one.

Parameters:
object - The object to be compared with this one.
Returns:
True if this object equals to the given one.

hashCode

public int hashCode()
Returns a hash code for this RestartCleanupType object.

Returns:
The object's hash code.

toString

public java.lang.String toString()
Returns a string representation of this RestartCleanupType object.

Returns:
A text string including the character wrapped by this RestartCleanupType object.


Copyright © 2005 IBM All Rights Reserved.