Uses of Class
de.hybris.platform.sap.core.configuration.enums.SncQoP
-
Packages that use SncQoP 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 SncQoP in de.hybris.platform.sap.core.configuration.enums
Methods in de.hybris.platform.sap.core.configuration.enums that return SncQoP Modifier and Type Method Description static SncQoPSncQoP. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SncQoP[]SncQoP. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SncQoP in de.hybris.platform.sap.core.configuration.model
Methods in de.hybris.platform.sap.core.configuration.model that return SncQoP Modifier and Type Method Description SncQoPSAPRFCDestinationModel. getSncQoP()Generated method - Getter of theSAPRFCDestination.sncQoPattribute defined at extensionsapcoreconfiguration.Methods in de.hybris.platform.sap.core.configuration.model with parameters of type SncQoP Modifier and Type Method Description voidSAPRFCDestinationModel. setSncQoP(SncQoP value)Generated method - Setter ofSAPRFCDestination.sncQoPattribute defined at extensionsapcoreconfiguration.
-