Uses of Class
org.bardframework.crud.api.datatable.QueryType
-
Packages that use QueryType Package Description org.bardframework.crud.api.datatable -
-
Uses of QueryType in org.bardframework.crud.api.datatable
Fields in org.bardframework.crud.api.datatable declared as QueryType Modifier and Type Field Description protected QueryTypeHeaderAbstract. queryTypeMethods in org.bardframework.crud.api.datatable that return QueryType Modifier and Type Method Description QueryTypeHeaderAbstract. getQueryType()static QueryTypeQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryType[]QueryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bardframework.crud.api.datatable with parameters of type QueryType Modifier and Type Method Description voidHeaderAbstract. setQueryType(QueryType queryType)
-