Interface AbapVariantParameter
-
- All Superinterfaces:
AbapVariantValue
public interface AbapVariantParameter extends AbapVariantValue
A parameter value of a variant of an ABAP program
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getValue()
Get the value of the parameter-
Methods inherited from interface com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp.AbapVariantValue
getName, isParameter, isSelectOption
-
-
-
-
Method Detail
-
getValue
String getValue()
Get the value of the parameter- Returns:
- parameter value
-
-