Uses of Class
net.sf.seaf.common.SortOrder

Packages that use SortOrder
net.sf.seaf.common   
 

Uses of SortOrder in net.sf.seaf.common
 

Methods in net.sf.seaf.common that return SortOrder
 SortOrder PropertySort.getOrder()
          Default getter for property order.
static SortOrder SortOrder.valueOf(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 net.sf.seaf.common with parameters of type SortOrder
 void PropertySort.setOrder(SortOrder order)
          Default setter for property order.
 

Constructors in net.sf.seaf.common with parameters of type SortOrder
PropertySort(P property, SortOrder order)
          Full constructor of JavaBean PropertySort.
 



Copyright © 2008-2012 SEAF. All Rights Reserved.