|
||||||||||
| 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.ReferenceValue
public class ReferenceValue
A ReferenceValue provides an implementation
of the Value interface representing a REFERENCE value
(a UUID of an existing node).
| Field Summary | |
|---|---|
static int |
TYPE
|
| Fields inherited from class org.apache.jackrabbit.value.BaseValue |
|---|
DEFAULT_ENCODING, stream, type |
| Constructor Summary | |
|---|---|
|
ReferenceValue(javax.jcr.Node target)
Constructs a ReferenceValue object representing the UUID of
an existing node. |
protected |
ReferenceValue(java.lang.String uuid)
Protected constructor creating a ReferenceValue object
without validating the UUID format. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
boolean |
getBoolean()
|
java.util.Calendar |
getDate()
|
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 ReferenceValue |
valueOf(java.lang.String s)
Returns a new ReferenceValue initialized to the value
represented by the specified String. |
| Methods inherited from class org.apache.jackrabbit.value.BaseValue |
|---|
getStream, getString, getType, setStreamConsumed, setValueConsumed |
| 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 ReferenceValue(javax.jcr.Node target)
throws javax.jcr.RepositoryException
ReferenceValue object representing the UUID of
an existing node.
target - the node to be referenced
java.lang.IllegalArgumentException - If target is nonreferenceable.
javax.jcr.RepositoryException - If another error occurs.protected ReferenceValue(java.lang.String uuid)
ReferenceValue object
without validating the UUID format.
uuid - the UUID of the node to be referencedvalueOf(java.lang.String)| Method Detail |
|---|
public static ReferenceValue valueOf(java.lang.String s)
throws javax.jcr.ValueFormatException
ReferenceValue initialized to the value
represented by the specified String.
The specified String must denote the UUID of an existing
node.
s - the string to be parsed.
ReferenceValue representing the
the specified value.
javax.jcr.ValueFormatException - If the String is not a valid
not a valid UUID format.public boolean equals(java.lang.Object obj)
true if and only if the argument is not
null and is a ReferenceValue 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 javax.jcr.ValueFormatException
getInternalString in class BaseValuejavax.jcr.ValueFormatException - if the value can not be represented as a
String or if the value is
null.
public java.util.Calendar getDate()
throws javax.jcr.ValueFormatException,
java.lang.IllegalStateException,
javax.jcr.RepositoryException
getDate in interface javax.jcr.ValuegetDate in class BaseValuejavax.jcr.ValueFormatException
java.lang.IllegalStateException
javax.jcr.RepositoryException
public long getLong()
throws javax.jcr.ValueFormatException,
java.lang.IllegalStateException,
javax.jcr.RepositoryException
getLong in interface javax.jcr.ValuegetLong in class BaseValuejavax.jcr.ValueFormatException
java.lang.IllegalStateException
javax.jcr.RepositoryException
public boolean getBoolean()
throws javax.jcr.ValueFormatException,
java.lang.IllegalStateException,
javax.jcr.RepositoryException
getBoolean in interface javax.jcr.ValuegetBoolean in class BaseValuejavax.jcr.ValueFormatException
java.lang.IllegalStateException
javax.jcr.RepositoryException
public double getDouble()
throws javax.jcr.ValueFormatException,
java.lang.IllegalStateException,
javax.jcr.RepositoryException
getDouble in interface javax.jcr.ValuegetDouble in class BaseValuejavax.jcr.ValueFormatException
java.lang.IllegalStateException
javax.jcr.RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||