Uses of Enum Class
com.power4j.fist.data.domain.Sort.Direction
Packages that use Sort.Direction
-
Uses of Sort.Direction in com.power4j.fist.data.domain
Fields in com.power4j.fist.data.domain declared as Sort.DirectionMethods in com.power4j.fist.data.domain that return Sort.DirectionModifier and TypeMethodDescriptionstatic Sort.DirectionSort.Direction.fromString(String value) Returns theSort.Directionenum for the givenStringvalue.Sort.Order.getDirection()static Sort.DirectionReturns the enum constant of this class with the specified name.static Sort.Direction[]Sort.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.power4j.fist.data.domain that return types with arguments of type Sort.DirectionModifier and TypeMethodDescriptionstatic Optional<Sort.Direction>Sort.Direction.fromOptionalString(String value) Returns theSort.Directionenum for the givenStringor null if it cannot be parsed into an enum value.Methods in com.power4j.fist.data.domain with parameters of type Sort.DirectionConstructors in com.power4j.fist.data.domain with parameters of type Sort.Direction