Uses of Class
net.n2oapp.criteria.api.Direction
-
Packages that use Direction Package Description net.n2oapp.criteria.api net.n2oapp.criteria.api.constructor -
-
Uses of Direction in net.n2oapp.criteria.api
Methods in net.n2oapp.criteria.api that return Direction Modifier and Type Method Description DirectionSorting. getDirection()static DirectionDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.n2oapp.criteria.api with parameters of type Direction Modifier and Type Method Description voidSorting. setDirection(Direction direction)Constructors in net.n2oapp.criteria.api with parameters of type Direction Constructor Description Sorting(java.lang.String field, Direction direction) -
Uses of Direction in net.n2oapp.criteria.api.constructor
Methods in net.n2oapp.criteria.api.constructor with parameters of type Direction Modifier and Type Method Description CriteriaConstructorResultCriteriaConstructorResult. addSorting(java.lang.String sortingQuery, Direction direction)
-