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

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

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

Methods in org.azzyzt.jee.runtime.dto.query that return BinaryFieldOperator
 BinaryFieldOperator BinaryFieldExpression.getOp()
           
static BinaryFieldOperator BinaryFieldOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BinaryFieldOperator[] BinaryFieldOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.azzyzt.jee.runtime.dto.query with parameters of type BinaryFieldOperator
 void BinaryFieldExpression.setOp(BinaryFieldOperator op)
           
 

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