Uses of Class
de.hybris.platform.cms2lib.enums.RotatingImagesComponentEffect
-
Packages that use RotatingImagesComponentEffect Package Description de.hybris.platform.cms2lib.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.cms2lib.model.components Contains generated models for each type of de.hybris.platform.cms2lib.components package. -
-
Uses of RotatingImagesComponentEffect in de.hybris.platform.cms2lib.enums
Methods in de.hybris.platform.cms2lib.enums that return RotatingImagesComponentEffect Modifier and Type Method Description static RotatingImagesComponentEffectRotatingImagesComponentEffect. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RotatingImagesComponentEffect[]RotatingImagesComponentEffect. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RotatingImagesComponentEffect in de.hybris.platform.cms2lib.model.components
Methods in de.hybris.platform.cms2lib.model.components that return RotatingImagesComponentEffect Modifier and Type Method Description RotatingImagesComponentEffectRotatingImagesComponentModel. getEffect()Generated method - Getter of theRotatingImagesComponent.effectattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components with parameters of type RotatingImagesComponentEffect Modifier and Type Method Description voidRotatingImagesComponentModel. setEffect(RotatingImagesComponentEffect value)Generated method - Setter ofRotatingImagesComponent.effectattribute defined at extensioncms2lib.
-