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