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

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

public class AddingFunctions
extends OrdinalType

This class implements the AddingFunctions ordinal type.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static AddingFunctions FUNCTION_AUTOMATIRECOVERY
          Automatic Recovery Funcion
static AddingFunctions FUNCTION_DAILYPLANBATCHRUN
          Daily Plan Batch Run Function
static AddingFunctions FUNCTION_EVENTTRIGGERTRACKING
          Event Trigger Tracking Function
static AddingFunctions FUNCTION_MODIFYCURRENTPLAN
          Modify Current Plan Funcion
static AddingFunctions FUNCTION_PROGRAMINTERFACE
          Program Interface Funcion
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if this object equals to the specified one.
static AddingFunctions getInstance(char charValue)
          Returns a reference to the instance of AddingFunctions that is associated to the specified character.
 int hashCode()
          Returns a hash code for this AddingFunctions object.
 java.lang.String toString()
          Returns a string representation of this AddingFunctions 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.


FUNCTION_AUTOMATIRECOVERY

public static AddingFunctions FUNCTION_AUTOMATIRECOVERY
Automatic Recovery Funcion


FUNCTION_DAILYPLANBATCHRUN

public static AddingFunctions FUNCTION_DAILYPLANBATCHRUN
Daily Plan Batch Run Function


FUNCTION_EVENTTRIGGERTRACKING

public static AddingFunctions FUNCTION_EVENTTRIGGERTRACKING
Event Trigger Tracking Function


FUNCTION_MODIFYCURRENTPLAN

public static AddingFunctions FUNCTION_MODIFYCURRENTPLAN
Modify Current Plan Funcion


FUNCTION_PROGRAMINTERFACE

public static AddingFunctions FUNCTION_PROGRAMINTERFACE
Program Interface Funcion

Method Detail

getInstance

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

Returns:
The object's hash code.

toString

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

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


Copyright © 2005 IBM All Rights Reserved.