Uses of Class
org.apache.unomi.common.DataTable.SortOrder
-
Packages that use DataTable.SortOrder Package Description org.apache.unomi.common -
-
Uses of DataTable.SortOrder in org.apache.unomi.common
Methods in org.apache.unomi.common that return DataTable.SortOrder Modifier and Type Method Description static DataTable.SortOrder
DataTable.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataTable.SortOrder[]
DataTable.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.unomi.common with parameters of type DataTable.SortOrder Constructor Description SortCriteria(Integer columnIndex, DataTable.SortOrder sortOrder)
-