Uses of Enum Class
org.tentackle.model.SortType
Packages that use SortType
-
Uses of SortType in org.tentackle.model
Methods in org.tentackle.model that return SortTypeModifier and TypeMethodDescriptionAttributeSorting.getSortType()Gets the sort type.static SortTypeReturns the enum constant of this class with the specified name.static SortType[]SortType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tentackle.model with parameters of type SortTypeModifierConstructorDescriptionAttributeSorting(Attribute attribute, SortType sortType) Creates a sorting info for an attribute.