Uses of Enum Class
de.hybris.platform.cms2lib.enums.FlashQuality
Packages that use FlashQuality
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 FlashQuality in de.hybris.platform.cms2lib.enums
Methods in de.hybris.platform.cms2lib.enums that return FlashQualityModifier and TypeMethodDescriptionstatic FlashQualityReturns the enum constant of this class with the specified name.static FlashQuality[]FlashQuality.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FlashQuality in de.hybris.platform.cms2lib.model.components
Methods in de.hybris.platform.cms2lib.model.components that return FlashQualityModifier and TypeMethodDescriptionFlashComponentModel.getQuality()Generated method - Getter of theFlashComponent.qualityattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components with parameters of type FlashQualityModifier and TypeMethodDescriptionvoidFlashComponentModel.setQuality(FlashQuality value) Generated method - Setter ofFlashComponent.qualityattribute defined at extensioncms2lib.