Uses of Enum Class
com.uc4.api.objects.SAPConnectionRFC.XALVersion
Packages that use SAPConnectionRFC.XALVersion
-
Uses of SAPConnectionRFC.XALVersion in com.uc4.api.objects
Methods in com.uc4.api.objects that return SAPConnectionRFC.XALVersionModifier and TypeMethodDescriptionSAPConnectionRFC.getXALVersion()
Returns the XAL Version, DEFAULT if not set.static SAPConnectionRFC.XALVersion
Returns the enum constant of this class with the specified name.static SAPConnectionRFC.XALVersion[]
SAPConnectionRFC.XALVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.api.objects with parameters of type SAPConnectionRFC.XALVersionModifier and TypeMethodDescriptionvoid
SAPConnectionRFC.setXALVersion
(SAPConnectionRFC.XALVersion version) Sets the version of the XAL interface.