Uses of Interface
com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp.AbapVariantValue
-
Packages that use AbapVariantValue Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Scheduler API - SAP Scripting API - XBP -
-
Uses of AbapVariantValue in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp
Subinterfaces of AbapVariantValue in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Modifier and Type Interface Description interface
AbapVariantParameter
A parameter value of a variant of an ABAP programinterface
AbapVariantSelectOption
Select option values of a variant of an ABAP programMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp that return AbapVariantValue Modifier and Type Method Description AbapVariantValue
AbapVariant. getValue(String name)
Get the variant value with the given nameMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp that return types with arguments of type AbapVariantValue Modifier and Type Method Description Iterator<AbapVariantValue>
AbapVariant. getValues()
Get all values of the variant
-