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