com.isti.trinetwatch.params
Class ArchiveParameterFlag

java.lang.Object
  extended by com.isti.trinetwatch.params.ArchiveParameterFlag

public class ArchiveParameterFlag
extends java.lang.Object


Field Summary
static ArchiveParameterFlag FALSE
          The false archive parameter flag.
static ArchiveParameterFlag NORMAL
          The normal archive parameter flag.
static ArchiveParameterFlag TRUE
          The true archive parameter flag.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 int hashCode()
          Returns a hash code value for the object.
 java.lang.String toString()
          Get a string representation of the archive parameter flag.
static ArchiveParameterFlag valueOf(java.lang.String str)
          Get the archive parameter flag from the specified text.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FALSE

public static final ArchiveParameterFlag FALSE
The false archive parameter flag.


NORMAL

public static final ArchiveParameterFlag NORMAL
The normal archive parameter flag.


TRUE

public static final ArchiveParameterFlag TRUE
The true archive parameter flag.

Method Detail

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false otherwise.

hashCode

public int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class java.lang.Object
Returns:
a hash code value for this object.

toString

public java.lang.String toString()
Get a string representation of the archive parameter flag.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the archive parameter flag.

valueOf

public static ArchiveParameterFlag valueOf(java.lang.String str)
Get the archive parameter flag from the specified text.

Parameters:
str - the text.
Returns:
the archive parameter flag or null if text is invalid.