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.scriptingMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting that return SelectOptionValue Modifier and Type Method Description static SelectOptionValueSelectOptionValueFactory. createSelectOptionValue(boolean isInclude, String value)Create a new instance ofSelectOptionValueclassstatic SelectOptionValueSelectOptionValueFactory. createSelectOptionValue(boolean isInclude, String option, String lowValue, String highValue)Create a new instance ofSelectOptionValueclassstatic SelectOptionValue[]SelectOptionValueFactory. parse(String value)
- 
Uses of SelectOptionValue in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbpMethods 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
 
-