org.priha.query
Class QueryResultImpl.RowImpl

java.lang.Object
  extended by org.priha.query.QueryResultImpl.RowImpl
All Implemented Interfaces:
javax.jcr.query.Row
Enclosing class:
QueryResultImpl

public static class QueryResultImpl.RowImpl
extends java.lang.Object
implements javax.jcr.query.Row


Constructor Summary
QueryResultImpl.RowImpl(javax.jcr.Node nd)
           
 
Method Summary
 javax.jcr.Value getValue(java.lang.String arg0)
           
 javax.jcr.Value[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResultImpl.RowImpl

public QueryResultImpl.RowImpl(javax.jcr.Node nd)
Method Detail

getValue

public javax.jcr.Value getValue(java.lang.String arg0)
                         throws javax.jcr.ItemNotFoundException,
                                javax.jcr.RepositoryException
Specified by:
getValue in interface javax.jcr.query.Row
Throws:
javax.jcr.ItemNotFoundException
javax.jcr.RepositoryException

getValues

public javax.jcr.Value[] getValues()
                            throws javax.jcr.RepositoryException
Specified by:
getValues in interface javax.jcr.query.Row
Throws:
javax.jcr.RepositoryException