Uses of Interface
com.redwood.scheduler.api.connector.sap.rfc.scripting.SelectOptionValue
-
Packages that use SelectOptionValue Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting Scheduler API - SAP scripting interfacecom.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Scheduler API - SAP Scripting API - XBP -
-
Uses of SelectOptionValue in com.redwood.scheduler.api.connector.sap.rfc.scripting
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting that return SelectOptionValue Modifier and Type Method Description static SelectOptionValue
SelectOptionValueFactory. createSelectOptionValue(boolean isInclude, String value)
Create a new instance ofSelectOptionValue
classstatic SelectOptionValue
SelectOptionValueFactory. createSelectOptionValue(boolean isInclude, String option, String lowValue, String highValue)
Create a new instance ofSelectOptionValue
classstatic SelectOptionValue[]
SelectOptionValueFactory. parse(String value)
-
Uses of SelectOptionValue in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp that return types with arguments of type SelectOptionValue Modifier and Type Method Description Iterator<SelectOptionValue>
AbapVariantSelectOption. getValues()
Get all values of the select option
-