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