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