|
Interface Summary |
| Attribute |
An Attribute reprents a customized property of an object like Category or
Product. |
| AttributeGroup |
Represents a group of attribute. |
| AttributeGroupAttribute |
Represents an association between an Attribute and an AttributeGroup. |
| AttributeType |
Represents an attribute type. |
| AttributeUsage |
Defines where the Attribute is used for. |
| AttributeValue |
AttributeValue is a value object which contains an Attribute value of a domain model, such as Category
or Product. |
| AttributeValueGroup |
This interface represents a group of AttributeValue. |
| AttributeValueWithType |
AttributeValueWithType is an association domain model which
contains an Attribute with a value. |