Uses of Class
de.hybris.platform.cms2lib.enums.FlashScale
-
Packages that use FlashScale 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 FlashScale in de.hybris.platform.cms2lib.enums
Methods in de.hybris.platform.cms2lib.enums that return FlashScale Modifier and Type Method Description static FlashScaleFlashScale. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FlashScale[]FlashScale. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FlashScale in de.hybris.platform.cms2lib.model.components
Methods in de.hybris.platform.cms2lib.model.components that return FlashScale Modifier and Type Method Description FlashScaleFlashComponentModel. getScale()Generated method - Getter of theFlashComponent.scaleattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components with parameters of type FlashScale Modifier and Type Method Description voidFlashComponentModel. setScale(FlashScale value)Generated method - Setter ofFlashComponent.scaleattribute defined at extensioncms2lib.
-