Uses of Class
de.hybris.platform.sap.core.configuration.enums.BackendType
-
Packages that use BackendType Package Description de.hybris.platform.sap.core.configuration.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.sap.core.configuration.model Contains generated models for each type of de.hybris.platform.sap.core.configuration.jalo package. -
-
Uses of BackendType in de.hybris.platform.sap.core.configuration.enums
Methods in de.hybris.platform.sap.core.configuration.enums that return BackendType Modifier and Type Method Description static BackendTypeBackendType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BackendType[]BackendType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BackendType in de.hybris.platform.sap.core.configuration.model
Methods in de.hybris.platform.sap.core.configuration.model that return BackendType Modifier and Type Method Description BackendTypeSAPRFCDestinationModel. getBackendType()Generated method - Getter of theSAPRFCDestination.backendTypeattribute defined at extensionsapcoreconfiguration.Methods in de.hybris.platform.sap.core.configuration.model with parameters of type BackendType Modifier and Type Method Description voidSAPRFCDestinationModel. setBackendType(BackendType value)Generated method - Setter ofSAPRFCDestination.backendTypeattribute defined at extensionsapcoreconfiguration.
-