Uses of Class
de.hybris.platform.cms2.enums.ABTestScopes
-
Packages that use ABTestScopes Package Description de.hybris.platform.cms2.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.cms2.model.contents.containers Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.containers package. -
-
Uses of ABTestScopes in de.hybris.platform.cms2.enums
Methods in de.hybris.platform.cms2.enums that return ABTestScopes Modifier and Type Method Description static ABTestScopesABTestScopes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ABTestScopes[]ABTestScopes. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ABTestScopes in de.hybris.platform.cms2.model.contents.containers
Methods in de.hybris.platform.cms2.model.contents.containers that return ABTestScopes Modifier and Type Method Description ABTestScopesABTestCMSComponentContainerModel. getScope()Generated method - Getter of theABTestCMSComponentContainer.scopeattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents.containers with parameters of type ABTestScopes Modifier and Type Method Description voidABTestCMSComponentContainerModel. setScope(ABTestScopes value)Generated method - Setter ofABTestCMSComponentContainer.scopeattribute defined at extensioncms2.
-