org.modeshape.graph.query.model
Interface DynamicOperand

All Superinterfaces:
LanguageObject, Serializable, Visitable
All Known Subinterfaces:
JcrDynamicOperand
All Known Implementing Classes:
ArithmeticOperand, FullTextSearchScore, JcrArithmeticOperand, JcrFullTextSearchScore, JcrLength, JcrLowerCase, JcrNodeDepth, JcrNodeLocalName, JcrNodeName, JcrNodePath, JcrPropertyValue, JcrReferenceValue, JcrUpperCase, Length, LowerCase, NodeDepth, NodeLocalName, NodeName, NodePath, PropertyValue, ReferenceValue, UpperCase

@Immutable
public interface DynamicOperand
extends LanguageObject

A dynamic operand used in a Comparison constraint.


Method Summary
 Set<SelectorName> selectorNames()
          Get the selector symbols to which this operand applies.
 
Methods inherited from interface org.modeshape.graph.query.model.Visitable
accept
 

Method Detail

selectorNames

Set<SelectorName> selectorNames()
Get the selector symbols to which this operand applies.

Returns:
the immutable ordered set of non-null selector names used by this operand; never null and never empty


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