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

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

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

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