org.priha.core.values
Class QNameValue.Impl
java.lang.Object
org.priha.core.values.ValueImpl
org.priha.core.values.QNameValue.Impl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ValueImpl>, javax.jcr.Value, QValue.QValueInner
- Enclosing class:
- QNameValue
public class QNameValue.Impl
- extends ValueImpl
- implements javax.jcr.Value, java.io.Serializable, QValue.QValueInner
- See Also:
- Serialized Form
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 |
m_mapper
public NamespaceMapper m_mapper
QNameValue.Impl
public QNameValue.Impl(NamespaceMapper nsm)
getString
public java.lang.String getString()
throws javax.jcr.ValueFormatException,
java.lang.IllegalStateException,
javax.jcr.RepositoryException
- Specified by:
getString
in interface javax.jcr.Value
- Overrides:
getString
in class ValueImpl
- Throws:
javax.jcr.ValueFormatException
java.lang.IllegalStateException
javax.jcr.RepositoryException
getType
public int getType()
- Specified by:
getType
in interface javax.jcr.Value
getQValue
public QNameValue getQValue()
- Specified by:
getQValue
in interface QValue.QValueInner
toString
public java.lang.String toString()
- Overrides:
toString
in class ValueImpl