Uses of Class
de.hybris.platform.integrationservices.scripting.LogicLocationScheme
-
Packages that use LogicLocationScheme Package Description de.hybris.platform.integrationservices.scripting -
-
Uses of LogicLocationScheme in de.hybris.platform.integrationservices.scripting
Methods in de.hybris.platform.integrationservices.scripting that return LogicLocationScheme Modifier and Type Method Description static LogicLocationSchemeLogicLocationScheme. from(java.lang.String scheme)Returns the enum for the given scheme@NotNull LogicLocationSchemeLogicLocation. getScheme()static LogicLocationSchemeLogicLocationScheme. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogicLocationScheme[]LogicLocationScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.
-