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