Uses of Class
org.jboss.dna.graph.query.model.StaticOperand

Packages that use StaticOperand
org.jboss.dna.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
 

Uses of StaticOperand in org.jboss.dna.graph.query.model
 

Subclasses of StaticOperand in org.jboss.dna.graph.query.model
 class BindVariableName
          A value bound to a variable name used in a Comparison constraint.
 class Literal
          A literal value used in a Comparison constraint.
 

Methods in org.jboss.dna.graph.query.model that return StaticOperand
 StaticOperand Between.getLowerBound()
          Get the lower bound operand.
 StaticOperand Comparison.getOperand2()
          Get the dynamic operand of this comparison.
 StaticOperand Between.getUpperBound()
          Get the upper bound operand.
 

Methods in org.jboss.dna.graph.query.model that return types with arguments of type StaticOperand
 Collection<StaticOperand> SetCriteria.getRightOperands()
          Get the collection of static operands defining the constrained values.
 

Constructors in org.jboss.dna.graph.query.model with parameters of type StaticOperand
Between(DynamicOperand operand, StaticOperand lowerBound, StaticOperand upperBound)
          Create a constraint that the values of the supplied dynamic operand are between the lower and upper bounds (inclusive).
Between(DynamicOperand operand, StaticOperand lowerBound, StaticOperand upperBound, boolean includeLowerBound, boolean includeUpperBound)
          Create a constraint that the values of the supplied dynamic operand are between the lower and upper bounds, specifying whether the boundary values are to be included in the range.
Comparison(DynamicOperand operand1, Operator operator, StaticOperand operand2)
           
SetCriteria(DynamicOperand left, StaticOperand... setOperands)
           
 

Constructor parameters in org.jboss.dna.graph.query.model with type arguments of type StaticOperand
SetCriteria(DynamicOperand left, Collection<StaticOperand> setOperands)
           
 



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