Uses of Class
com.redwood.scheduler.api.model.enumeration.SchedulingParameterName
-
Packages that use SchedulingParameterName Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of SchedulingParameterName in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return SchedulingParameterName Modifier and Type Method Description SchedulingParameterName
JobChainCallSchedulingParameter. getName()
Get the value for Name.Methods in com.redwood.scheduler.api.model with parameters of type SchedulingParameterName Modifier and Type Method Description JobChainCallSchedulingParameter
JobChainCall. getJobChainCallSchedulingParameterByName(SchedulingParameterName name)
Get the JobChainCallSchedulingParameter by NameJobChainCall.void
JobChainCallSchedulingParameter. setName(SchedulingParameterName newName)
Set the value for Name. -
Uses of SchedulingParameterName in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return SchedulingParameterName Modifier and Type Method Description static SchedulingParameterName
SchedulingParameterName. safeValueOf(String value)
Helper function to return the SchedulingParameterName represented byvalue
.static SchedulingParameterName
SchedulingParameterName. valueOf(char code)
Helper function to return the SchedulingParameterName represented by code.static SchedulingParameterName
SchedulingParameterName. valueOf(Character code)
Helper function to return the SchedulingParameterName represented by code.static SchedulingParameterName
SchedulingParameterName. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulingParameterName
SchedulingParameterName. valueOfCode(String code)
Helper function to return the SchedulingParameterName represented by code.static SchedulingParameterName[]
SchedulingParameterName. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-