public class ArchiveParameterFlag
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ArchiveParameterFlag |
FALSE
The false archive parameter flag.
|
static ArchiveParameterFlag |
NORMAL
The normal archive parameter flag.
|
static ArchiveParameterFlag |
TRUE
The true archive parameter flag.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final ArchiveParameterFlag FALSE
public static final ArchiveParameterFlag NORMAL
public static final ArchiveParameterFlag TRUE
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.