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