org.modeshape.jcr.query.qom
Class JcrLength

java.lang.Object
  extended by org.modeshape.graph.query.model.Length
      extended by org.modeshape.jcr.query.qom.JcrLength
All Implemented Interfaces:
Serializable, Length, Operand, DynamicOperand, LanguageObject, Visitable, JcrDynamicOperand

public class JcrLength
extends Length
implements Length, JcrDynamicOperand

Implementation of the 'length' dynamic operand for the JCR Query Object Model and the Graph API.

See Also:
Serialized Form

Constructor Summary
JcrLength(JcrPropertyValue propertyValue)
           
 
Method Summary
 JcrPropertyValue getPropertyValue()
          
 
Methods inherited from class org.modeshape.graph.query.model.Length
accept, equals, hashCode, propertyValue, selectorName, selectorNames, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.modeshape.graph.query.model.DynamicOperand
selectorNames
 
Methods inherited from interface org.modeshape.graph.query.model.Visitable
accept
 

Constructor Detail

JcrLength

public JcrLength(JcrPropertyValue propertyValue)
Parameters:
propertyValue -
Method Detail

getPropertyValue

public JcrPropertyValue getPropertyValue()

Specified by:
getPropertyValue in interface Length
See Also:
Length.getPropertyValue()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.