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