Uses of Class
org.tentackle.model.SortType
-
Packages that use SortType Package Description org.tentackle.model Entity model. -
-
Uses of SortType in org.tentackle.model
Methods in org.tentackle.model that return SortType Modifier and Type Method Description SortTypeAttributeSorting. getSortType()Gets the sort type.static SortTypeSortType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SortType[]SortType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tentackle.model with parameters of type SortType Constructor Description AttributeSorting(Attribute attribute, SortType sortType)Creates a sorting info for an attribute.
-