org.priha.core.values
Class ReferenceValueImpl

java.lang.Object
  extended by org.priha.core.values.ValueImpl
      extended by org.priha.core.values.NodeValueImpl
          extended by org.priha.core.values.ReferenceValueImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ValueImpl>, javax.jcr.Value

public class ReferenceValueImpl
extends NodeValueImpl
implements javax.jcr.Value, java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.priha.core.values.NodeValueImpl
m_type, m_value
 
Fields inherited from class org.priha.core.values.ValueImpl
m_state
 
Constructor Summary
ReferenceValueImpl(NodeImpl impl)
           
ReferenceValueImpl(java.lang.String value)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.priha.core.values.NodeValueImpl
getStream, getString, getType, valueAsString
 
Methods inherited from class org.priha.core.values.ValueImpl
checkStream, checkValue, compareTo, equals, getBoolean, getDate, getDouble, getLong
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.jcr.Value
getBoolean, getDate, getDouble, getLong, getStream, getString, getType
 

Constructor Detail

ReferenceValueImpl

public ReferenceValueImpl(java.lang.String value)

ReferenceValueImpl

public ReferenceValueImpl(NodeImpl impl)
                   throws javax.jcr.UnsupportedRepositoryOperationException,
                          javax.jcr.RepositoryException
Throws:
javax.jcr.UnsupportedRepositoryOperationException
javax.jcr.RepositoryException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class NodeValueImpl