ModeShape Distribution 3.2.0.Final

org.modeshape.jcr.query.model
Interface DynamicOperand

All Superinterfaces:
DynamicOperand, LanguageObject, Operand, Serializable, Visitable

@Immutable
public interface DynamicOperand
extends LanguageObject, DynamicOperand

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.jcr.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

ModeShape Distribution 3.2.0.Final

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