Uses of Class
com.uc4.api.objects.SAPConnectionRFC.XBPVersion
-
Packages that use SAPConnectionRFC.XBPVersion Package Description com.uc4.api.objects -
-
Uses of SAPConnectionRFC.XBPVersion in com.uc4.api.objects
Methods in com.uc4.api.objects that return SAPConnectionRFC.XBPVersion Modifier and Type Method Description SAPConnectionRFC.XBPVersion
SAPConnectionRFC. getXBPVersion()
Returns the XBP Version.static SAPConnectionRFC.XBPVersion
SAPConnectionRFC.XBPVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SAPConnectionRFC.XBPVersion[]
SAPConnectionRFC.XBPVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.api.objects with parameters of type SAPConnectionRFC.XBPVersion Modifier and Type Method Description void
SAPConnectionRFC. setXBPVersion(SAPConnectionRFC.XBPVersion version)
Sets the version of the XBP Interface.
-