Uses of Enum Class
de.hybris.platform.cms2lib.enums.FlashScale
Packages that use FlashScale
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
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 FlashScaleModifier and TypeMethodDescriptionstatic FlashScaleReturns the enum constant of this class with the specified name.static FlashScale[]FlashScale.values()Returns an array containing the constants of this enum class, 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 FlashScaleModifier and TypeMethodDescriptionFlashComponentModel.getScale()Generated method - Getter of theFlashComponent.scaleattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components with parameters of type FlashScaleModifier and TypeMethodDescriptionvoidFlashComponentModel.setScale(FlashScale value) Generated method - Setter ofFlashComponent.scaleattribute defined at extensioncms2lib.