Uses of Enum Class
de.hybris.platform.integrationservices.scripting.LogicLocationScheme
Packages that use LogicLocationScheme
-
Uses of LogicLocationScheme in de.hybris.platform.integrationservices.scripting
Methods in de.hybris.platform.integrationservices.scripting that return LogicLocationSchemeModifier and TypeMethodDescriptionstatic LogicLocationSchemeReturns the enum for the given scheme@NotNull LogicLocationSchemeLogicLocation.getScheme()static LogicLocationSchemeReturns the enum constant of this class with the specified name.static LogicLocationScheme[]LogicLocationScheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.integrationservices.scripting with parameters of type LogicLocationSchemeModifier and TypeMethodDescriptionstatic LogicLocationLogicLocation.fromUri(String uri, LogicLocationScheme scheme) Creates aLogicLocationfrom the given URI.