Uses of Class
com.redwood.scheduler.api.model.enumeration.ValueEditable
-
Packages that use ValueEditable 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 ValueEditable in com.redwood.scheduler.api.constraint
Methods in com.redwood.scheduler.api.constraint that return ValueEditable Modifier and Type Method Description ValueEditable
ConstraintEntityDefinitionParameter. getDefaultValueEditable()
Indicates when the parameter from the definition is editable. -
Uses of ValueEditable in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return ValueEditable Modifier and Type Method Description ValueEditable
JobDefinitionParameter. getDefaultValueEditable()
Get the value for DefaultValueEditable.Methods in com.redwood.scheduler.api.model with parameters of type ValueEditable Modifier and Type Method Description void
JobDefinitionParameter. setDefaultValueEditable(ValueEditable newDefaultValueEditable)
Set the value for DefaultValueEditable. -
Uses of ValueEditable in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return ValueEditable Modifier and Type Method Description static ValueEditable
ValueEditable. safeValueOf(String value)
Helper function to return the ValueEditable represented byvalue
.static ValueEditable
ValueEditable. valueOf(char code)
Helper function to return the ValueEditable represented by code.static ValueEditable
ValueEditable. valueOf(Character code)
Helper function to return the ValueEditable represented by code.static ValueEditable
ValueEditable. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueEditable
ValueEditable. valueOfCode(String code)
Helper function to return the ValueEditable represented by code.static ValueEditable[]
ValueEditable. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-