Uses of Class
org.jqurantree.analysis.SortOrder

Packages that use SortOrder
org.jqurantree.analysis Contains the AnalysisTable class, which is used to tabulate, sort and group results. 
 

Uses of SortOrder in org.jqurantree.analysis
 

Methods in org.jqurantree.analysis that return SortOrder
static SortOrder SortOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SortOrder[] SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jqurantree.analysis with parameters of type SortOrder
 void AnalysisTable.sort(java.lang.String columnName, SortOrder direction)
          Sorts all rows by a column, in the specified sort order.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.