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.sortType()Returns the value of thesortTyperecord component.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, String columnSuffix, SortType sortType) Creates an instance of aAttributeSortingrecord class.