public class BooleanValue extends BaseValue
BooleanValue provides an implementation
of the Value interface representing a boolean value.| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE |
| Constructor and Description |
|---|
BooleanValue(boolean bool)
Constructs a
BooleanValue object representing a boolean. |
BooleanValue(java.lang.Boolean bool)
Constructs a
BooleanValue object representing a boolean. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.
|
boolean |
getBoolean() |
java.util.Calendar |
getDate() |
java.math.BigDecimal |
getDecimal() |
double |
getDouble() |
long |
getLong() |
int |
hashCode()
Returns zero to satisfy the Object equals/hashCode contract.
|
static BooleanValue |
valueOf(java.lang.String s)
Returns a new
BooleanValue initialized to the value
represented by the specified String. |
public BooleanValue(java.lang.Boolean bool)
BooleanValue object representing a boolean.bool - the boolean this BooleanValue should representpublic BooleanValue(boolean bool)
BooleanValue object representing a boolean.bool - the boolean this BooleanValue should representpublic static BooleanValue valueOf(java.lang.String s)
BooleanValue initialized to the value
represented by the specified String.s - the string to be parsed.BooleanValue representing the
the specified value.public boolean equals(java.lang.Object obj)
The result is true if and only if the argument is not
null and is a BooleanValue object that
represents the same value as this object.
equals in class java.lang.Objectobj - the reference object with which to compare.true if this object is the same as the obj
argument; false otherwise.public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.util.Calendar getDate()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
public long getLong()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
public boolean getBoolean()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
getBoolean in class BaseValueValueFormatExceptionjava.lang.IllegalStateExceptionRepositoryExceptionpublic double getDouble()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
public java.math.BigDecimal getDecimal()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
getDecimal in class BaseValueValueFormatExceptionjava.lang.IllegalStateExceptionRepositoryException"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"