| Package | Description |
|---|---|
| de.hybris.platform.core.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.core.model.type |
Contains generated models for each type of de.hybris.platform.jalo.type package.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeOfCollectionEnum |
TypeOfCollectionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeOfCollectionEnum[] |
TypeOfCollectionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TypeOfCollectionEnum |
CollectionTypeModel.getTypeOfCollection()
Generated method - Getter of the
CollectionType.typeOfCollection attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionTypeModel.setTypeOfCollection(TypeOfCollectionEnum value)
Generated method - Initial setter of
CollectionType.typeOfCollection attribute defined at extension core. |
| Constructor and Description |
|---|
CollectionTypeModel(String _code,
TypeModel _elementType,
Boolean _generate,
ItemModel _owner,
TypeOfCollectionEnum _typeOfCollection)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2017 SAP SE. All Rights Reserved.