Uses of Class
com.ebay.erl.mobius.core.criterion.LogicalOperator

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

Uses of LogicalOperator in com.ebay.erl.mobius.core.criterion
 

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