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

Packages that use QueryCaseEnum
net.ajaest.data.auxi.database   
net.ajaest.data.dict.query   
 

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

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

Uses of QueryCaseEnum in net.ajaest.data.dict.query
 

Fields in net.ajaest.data.dict.query declared as QueryCaseEnum
private  QueryCaseEnum ValueQAbout.qc
           
 

Methods in net.ajaest.data.dict.query that return QueryCaseEnum
 QueryCaseEnum ValueQAbout.getQueryCase()