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

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

public class JCLLastUpdatingFunction
extends OrdinalType

This class implements the JCLLastUpdatingFunction ordinal type.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static JCLLastUpdatingFunction JCL_UPDATE_LTP
          Update LTP
static JCLLastUpdatingFunction JCL_UPDATE_MODIFYCP
          Update Modify CP
static JCLLastUpdatingFunction JCL_UPDATE_NOTUPDATED
          Not Updated
static JCLLastUpdatingFunction JCL_UPDATE_PIFFUNCTION
          Update PIF Function
static JCLLastUpdatingFunction JCL_UPDATE_READYLIST
          Update Ready List
static JCLLastUpdatingFunction JCL_UPDATE_SUBMITJOB
          Update Submitted Job
static JCLLastUpdatingFunction JCL_UPDATE_SUBMITTED
          Update Submitted
static JCLLastUpdatingFunction JCL_UPDATE_WORKSTATION
          Update Workstation
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if this object equals to the specified one.
static JCLLastUpdatingFunction getInstance(char charValue)
          Returns a reference to the instance of JCLLastUpdatingFunction that is associated to the specified character.
 int hashCode()
          Returns a hash code for this JCLLastUpdatingFunction object.
 java.lang.String toString()
          Returns a string representation of this JCLLastUpdatingFunction 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.


JCL_UPDATE_LTP

public static JCLLastUpdatingFunction JCL_UPDATE_LTP
Update LTP


JCL_UPDATE_SUBMITTED

public static JCLLastUpdatingFunction JCL_UPDATE_SUBMITTED
Update Submitted


JCL_UPDATE_WORKSTATION

public static JCLLastUpdatingFunction JCL_UPDATE_WORKSTATION
Update Workstation


JCL_UPDATE_SUBMITJOB

public static JCLLastUpdatingFunction JCL_UPDATE_SUBMITJOB
Update Submitted Job


JCL_UPDATE_MODIFYCP

public static JCLLastUpdatingFunction JCL_UPDATE_MODIFYCP
Update Modify CP


JCL_UPDATE_PIFFUNCTION

public static JCLLastUpdatingFunction JCL_UPDATE_PIFFUNCTION
Update PIF Function


JCL_UPDATE_NOTUPDATED

public static JCLLastUpdatingFunction JCL_UPDATE_NOTUPDATED
Not Updated


JCL_UPDATE_READYLIST

public static JCLLastUpdatingFunction JCL_UPDATE_READYLIST
Update Ready List

Method Detail

getInstance

public static JCLLastUpdatingFunction getInstance(char charValue)
Returns a reference to the instance of JCLLastUpdatingFunction 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 JCLLastUpdatingFunction object.

Returns:
The object's hash code.

toString

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

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


Copyright © 2005 IBM All Rights Reserved.