Interface AbapVariantSelectOption
-
- All Superinterfaces:
AbapVariantValue
public interface AbapVariantSelectOption extends AbapVariantValue
Select option values of a variant of an ABAP program
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<SelectOptionValue>
getValues()
Get all values of the select option-
Methods inherited from interface com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp.AbapVariantValue
getName, isParameter, isSelectOption
-
-
-
-
Method Detail
-
getValues
Iterator<SelectOptionValue> getValues()
Get all values of the select option- Returns:
Iterator
with theSelectOptionValue
values
-
-