|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.isti.trinetwatch.params.ArchiveParameterFlag
public class ArchiveParameterFlag
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 |
---|
public static final ArchiveParameterFlag FALSE
public static final ArchiveParameterFlag NORMAL
public static final ArchiveParameterFlag TRUE
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the reference object with which to compare.
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static ArchiveParameterFlag valueOf(java.lang.String str)
str
- the text.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |