|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.value.BaseValue
org.apache.jackrabbit.value.BooleanValue
public class BooleanValue
A BooleanValue provides an implementation
of the Value interface representing a boolean value.
| Field Summary | |
|---|---|
static int |
TYPE
|
| Fields inherited from class org.apache.jackrabbit.value.BaseValue |
|---|
DEFAULT_ENCODING, stream, type |
| Constructor Summary | |
|---|---|
BooleanValue(boolean bool)
Constructs a BooleanValue object representing a boolean. |
|
BooleanValue(java.lang.Boolean bool)
Constructs a BooleanValue object representing a boolean. |
|
| Method Summary | |
|---|---|
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()
|
protected java.lang.String |
getInternalString()
Returns the internal string representation of this value without modifying the value state. |
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. |
| Methods inherited from class org.apache.jackrabbit.value.BaseValue |
|---|
getBinary, getStream, getString, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE
| Constructor Detail |
|---|
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 represent| Method Detail |
|---|
public 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)
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()
protected java.lang.String getInternalString()
throws ValueFormatException
getInternalString in class BaseValueValueFormatException - if the value can not be represented as a
String or if the value is
null.
public java.util.Calendar getDate()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
getDate in interface ValuegetDate in class BaseValueValueFormatException
java.lang.IllegalStateException
RepositoryException
public long getLong()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
getLong in interface ValuegetLong in class BaseValueValueFormatException
java.lang.IllegalStateException
RepositoryException
public boolean getBoolean()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
getBoolean in interface ValuegetBoolean in class BaseValueValueFormatException
java.lang.IllegalStateException
RepositoryException
public double getDouble()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
getDouble in interface ValuegetDouble in class BaseValueValueFormatException
java.lang.IllegalStateException
RepositoryException
public java.math.BigDecimal getDecimal()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
getDecimal in interface ValuegetDecimal in class BaseValueValueFormatException
java.lang.IllegalStateException
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||