|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.priha.core.values.ValueImpl
org.priha.core.values.NodeValueImpl
org.priha.core.values.ReferenceValueImpl
public class ReferenceValueImpl
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 |
---|
public ReferenceValueImpl(java.lang.String value)
public ReferenceValueImpl(NodeImpl impl) throws javax.jcr.UnsupportedRepositoryOperationException, javax.jcr.RepositoryException
javax.jcr.UnsupportedRepositoryOperationException
javax.jcr.RepositoryException
Method Detail |
---|
public java.lang.String toString()
toString
in class NodeValueImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |