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

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

public class FileStatusType
extends OrdinalType

This class implements the FileStatusType ordinal type. It contains all the valid values of the File status.

See Also:
FileInPlan, Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static FileStatusType FILE_STATUS_CHECKED
          File existence checked
static FileStatusType FILE_STATUS_EXISTS
          File existence checked, and File exists.
static FileStatusType FILE_STATUS_NOT_CHECKED
          File existence not checked yet.
static FileStatusType FILE_STATUS_NOT_EXISTS
          File existence checked, and File does not exists.
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if this object equals to the specified one.
static FileStatusType getInstance(char charValue)
          Returns a reference to the instance of FileStatusType that is associated to the specified character.
 int hashCode()
          Returns a hash code for this FileStatusType object.
 java.lang.String toString()
          Returns a string representation of this FileStatusType 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.


FILE_STATUS_NOT_CHECKED

public static FileStatusType FILE_STATUS_NOT_CHECKED
File existence not checked yet.


FILE_STATUS_CHECKED

public static FileStatusType FILE_STATUS_CHECKED
File existence checked


FILE_STATUS_EXISTS

public static FileStatusType FILE_STATUS_EXISTS
File existence checked, and File exists.


FILE_STATUS_NOT_EXISTS

public static FileStatusType FILE_STATUS_NOT_EXISTS
File existence checked, and File does not exists.

Method Detail

getInstance

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

Returns:
The object's hash code.

toString

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

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


Copyright © 2005 IBM All Rights Reserved.