Uses of Class
com.uc4.api.objects.SAPConnectionRFC.XALVersion
-
Packages that use SAPConnectionRFC.XALVersion Package Description com.uc4.api.objects -
-
Uses of SAPConnectionRFC.XALVersion in com.uc4.api.objects
Methods in com.uc4.api.objects that return SAPConnectionRFC.XALVersion Modifier and Type Method Description SAPConnectionRFC.XALVersion
SAPConnectionRFC. getXALVersion()
Returns the XAL Version, DEFAULT if not set.static SAPConnectionRFC.XALVersion
SAPConnectionRFC.XALVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SAPConnectionRFC.XALVersion[]
SAPConnectionRFC.XALVersion. 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.XALVersion Modifier and Type Method Description void
SAPConnectionRFC. setXALVersion(SAPConnectionRFC.XALVersion version)
Sets the version of the XAL interface.
-