Uses of Class
com.ebay.erl.mobius.core.sort.Sorter.Ordering

Packages that use Sorter.Ordering
com.ebay.erl.mobius.core.sort Provides classes used in the Mobius sort task. 
 

Uses of Sorter.Ordering in com.ebay.erl.mobius.core.sort
 

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

Constructors in com.ebay.erl.mobius.core.sort with parameters of type Sorter.Ordering
Sorter(java.lang.String sortColumn, Sorter.Ordering ordering)
          Create a sorter for a sort job.
Sorter(java.lang.String columnName, Sorter.Ordering ordering, boolean forceSortNumerically)
          Create a sorter for a sort job.