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