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

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

public class CatalogManagementStatus
extends OrdinalType

This class implements the CatalogManagementStatus ordinal type.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static CatalogManagementStatus STATUS_ACTION_FAILED
          Action Failed Status
static CatalogManagementStatus STATUS_CANCELED
          Canceled Status
static CatalogManagementStatus STATUS_COMPLETED
          Completed Status
static CatalogManagementStatus STATUS_DISCARDED
          Discarted Status
static CatalogManagementStatus STATUS_EXCLUDED
          Excluded Status
static CatalogManagementStatus STATUS_INITIATED_NOT_STARTED
          Initiated but not started status
static CatalogManagementStatus STATUS_RESTARTED
          Restarted Status
static CatalogManagementStatus STATUS_STARTED
          Stareted status
static CatalogManagementStatus STATUS_WAITING_DFHS_RESPONSE
          Waiting DFHS Response Status
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if this object equals to the specified one.
static CatalogManagementStatus getInstance(char charValue)
          Returns a reference to the instance of CatalogManagementStatus that is associated to the specified character.
 int hashCode()
          Returns a hash code for this CatalogManagementStatus object.
 java.lang.String toString()
          Returns a string representation of this CatalogManagementStatus 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.


STATUS_CANCELED

public static CatalogManagementStatus STATUS_CANCELED
Canceled Status


STATUS_ACTION_FAILED

public static CatalogManagementStatus STATUS_ACTION_FAILED
Action Failed Status


STATUS_INITIATED_NOT_STARTED

public static CatalogManagementStatus STATUS_INITIATED_NOT_STARTED
Initiated but not started status


STATUS_STARTED

public static CatalogManagementStatus STATUS_STARTED
Stareted status


STATUS_WAITING_DFHS_RESPONSE

public static CatalogManagementStatus STATUS_WAITING_DFHS_RESPONSE
Waiting DFHS Response Status


STATUS_RESTARTED

public static CatalogManagementStatus STATUS_RESTARTED
Restarted Status


STATUS_COMPLETED

public static CatalogManagementStatus STATUS_COMPLETED
Completed Status


STATUS_DISCARDED

public static CatalogManagementStatus STATUS_DISCARDED
Discarted Status


STATUS_EXCLUDED

public static CatalogManagementStatus STATUS_EXCLUDED
Excluded Status

Method Detail

getInstance

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

Returns:
The object's hash code.

toString

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

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


Copyright © 2005 IBM All Rights Reserved.