Uses of Class
net.n2oapp.criteria.api.SortingDirection
-
-
Uses of SortingDirection in net.n2oapp.criteria.api
Methods in net.n2oapp.criteria.api that return SortingDirection Modifier and Type Method Description static SortingDirectionSortingDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static SortingDirection[]SortingDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.n2oapp.criteria.api with parameters of type SortingDirection Constructor Description Sorting(String field, SortingDirection direction)
-