Uses of Class
com.ebay.erl.mobius.core.criterion.LogicalExpression.Operator

Packages that use LogicalExpression.Operator
com.ebay.erl.mobius.core.criterion Provides classes for defining filters for filtering records in a dataset. 
 

Uses of LogicalExpression.Operator in com.ebay.erl.mobius.core.criterion
 

Methods in com.ebay.erl.mobius.core.criterion that return LogicalExpression.Operator
static LogicalExpression.Operator LogicalExpression.Operator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogicalExpression.Operator[] LogicalExpression.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.ebay.erl.mobius.core.criterion with parameters of type LogicalExpression.Operator
LogicalExpression(TupleCriterion leftCriterion, TupleCriterion rightCriterion, LogicalExpression.Operator op)
          Create a TupleCriterion equals to leftCriterion op rightCriterion, where op is either AND or OR.