Uses of Class
com.redwood.scheduler.api.model.enumeration.SimpleConstraintSort
-
Packages that use SimpleConstraintSort Package Description com.redwood.scheduler.api.constraint Scheduler API - Dates and Periodscom.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of SimpleConstraintSort in com.redwood.scheduler.api.constraint
Methods in com.redwood.scheduler.api.constraint that return SimpleConstraintSort Modifier and Type Method Description SimpleConstraintSort
ConstraintEntityDefinitionParameter. getSimpleConstraintSort()
Gets the sorting of the simple constraint. -
Uses of SimpleConstraintSort in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return SimpleConstraintSort Modifier and Type Method Description SimpleConstraintSort
JobDefinitionParameter. getSimpleConstraintSort()
Get the value for SimpleConstraintSort.SimpleConstraintSort
TableDefinitionColumn. getSimpleConstraintSort()
Get the value for SimpleConstraintSort.Methods in com.redwood.scheduler.api.model with parameters of type SimpleConstraintSort Modifier and Type Method Description void
JobDefinitionParameter. setSimpleConstraintSort(SimpleConstraintSort newSimpleConstraintSort)
Set the value for SimpleConstraintSort.void
TableDefinitionColumn. setSimpleConstraintSort(SimpleConstraintSort newSimpleConstraintSort)
Set the value for SimpleConstraintSort. -
Uses of SimpleConstraintSort in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return SimpleConstraintSort Modifier and Type Method Description static SimpleConstraintSort
SimpleConstraintSort. safeValueOf(String value)
Helper function to return the SimpleConstraintSort represented byvalue
.static SimpleConstraintSort
SimpleConstraintSort. valueOf(int code)
Helper function to return the SimpleConstraintSort represented by code.static SimpleConstraintSort
SimpleConstraintSort. valueOf(Integer code)
Helper function to return the SimpleConstraintSort represented by code.static SimpleConstraintSort
SimpleConstraintSort. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimpleConstraintSort
SimpleConstraintSort. valueOfCode(String code)
Helper function to return the SimpleConstraintSort represented by code.static SimpleConstraintSort[]
SimpleConstraintSort. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-