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

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

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

Methods in org.azzyzt.jee.runtime.dto.query that return UnaryFieldOperator
 UnaryFieldOperator UnaryFieldExpression.getOp()
           
static UnaryFieldOperator UnaryFieldOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UnaryFieldOperator[] UnaryFieldOperator.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 UnaryFieldOperator
 void UnaryFieldExpression.setOp(UnaryFieldOperator op)
           
 

Constructors in org.azzyzt.jee.runtime.dto.query with parameters of type UnaryFieldOperator
UnaryFieldExpression(FieldReference fieldReference, UnaryFieldOperator op, boolean isNegated)