org.priha.core.values
Class QPathValue.Impl

java.lang.Object
  extended by org.priha.core.values.ValueImpl
      extended by org.priha.core.values.QPathValue.Impl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ValueImpl>, QValue.QValueInner
Enclosing class:
QPathValue

public class QPathValue.Impl
extends ValueImpl
implements java.io.Serializable, QValue.QValueInner

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.priha.core.values.ValueImpl
m_state
 
Constructor Summary
QPathValue.Impl(NamespaceMapper nsm)
           
 
Method Summary
 QPathValue getQValue()
           
 java.lang.String getString()
           
 int getType()
           
 java.lang.String toString()
           
 
Methods inherited from class org.priha.core.values.ValueImpl
checkStream, checkValue, compareTo, equals, getBoolean, getDate, getDouble, getLong, getSize, getStream, valueAsString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QPathValue.Impl

public QPathValue.Impl(NamespaceMapper nsm)
Method Detail

getString

public java.lang.String getString()
                           throws NamespaceException,
                                  RepositoryException
Overrides:
getString in class ValueImpl
Throws:
NamespaceException
RepositoryException

getType

public int getType()

getQValue

public QPathValue getQValue()
Specified by:
getQValue in interface QValue.QValueInner

toString

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