Uses of Class
org.azzyzt.jee.runtime.dto.query.Operand

Packages that use Operand
org.azzyzt.jee.runtime.dto.query   
 

Uses of Operand in org.azzyzt.jee.runtime.dto.query
 

Subclasses of Operand in org.azzyzt.jee.runtime.dto.query
 class FieldReference
          A FieldReference is an Operand in an Expression.
 class Literal
          Literal occurring in an Expression.
 

Methods in org.azzyzt.jee.runtime.dto.query that return Operand
 Operand BinaryFieldExpression.getOperand()
           
 

Methods in org.azzyzt.jee.runtime.dto.query with parameters of type Operand
 void BinaryFieldExpression.setOperand(Operand operand)
           
 

Constructors in org.azzyzt.jee.runtime.dto.query with parameters of type Operand
BinaryFieldExpression(FieldReference fieldReference, BinaryFieldOperator op, Operand operand, boolean isNegated)