Uses of Enum Class
de.hybris.platform.core.enums.TypeOfCollectionEnum
Packages that use TypeOfCollectionEnum
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.jalo.type package.
-
Uses of TypeOfCollectionEnum in de.hybris.platform.core.enums
Methods in de.hybris.platform.core.enums that return TypeOfCollectionEnumModifier and TypeMethodDescriptionstatic TypeOfCollectionEnumReturns the enum constant of this class with the specified name.static TypeOfCollectionEnum[]TypeOfCollectionEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TypeOfCollectionEnum in de.hybris.platform.core.model.type
Methods in de.hybris.platform.core.model.type that return TypeOfCollectionEnumModifier and TypeMethodDescriptionCollectionTypeModel.getTypeOfCollection()Generated method - Getter of theCollectionType.typeOfCollectionattribute defined at extensioncore.Methods in de.hybris.platform.core.model.type with parameters of type TypeOfCollectionEnumModifier and TypeMethodDescriptionvoidCollectionTypeModel.setTypeOfCollection(TypeOfCollectionEnum value) Generated method - Initial setter ofCollectionType.typeOfCollectionattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.type with parameters of type TypeOfCollectionEnumModifierConstructorDescriptionCollectionTypeModel(String _code, TypeModel _elementType, Boolean _generate, ItemModel _owner, TypeOfCollectionEnum _typeOfCollection) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters