Uses of Class
net.ajaest.data.auxi.database.SortCaseEnum

Packages that use SortCaseEnum
net.ajaest.data.auxi.database   
net.ajaest.data.dict.sort   
 

Uses of SortCaseEnum in net.ajaest.data.auxi.database
 

Methods in net.ajaest.data.auxi.database that return SortCaseEnum
static SortCaseEnum SortCaseEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SortCaseEnum[] SortCaseEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SortCaseEnum in net.ajaest.data.dict.sort
 

Fields in net.ajaest.data.dict.sort declared as SortCaseEnum
private  SortCaseEnum OrderDef.orderCase
           
 

Methods in net.ajaest.data.dict.sort that return SortCaseEnum
 SortCaseEnum OrderDef.getOrderBy()
           
 

Methods in net.ajaest.data.dict.sort with parameters of type SortCaseEnum
 void OrderDef.setOrderBy(SortCaseEnum obe)