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