Interface CollectionMappingLine
-
- All Superinterfaces:
MappingLineModel,MappingLineObservable
- All Known Implementing Classes:
DefaultCollectionMapping
public interface CollectionMappingLine extends MappingLineModel
MappingModel mappingLineModel type that represents an attribute of a collection type (like Product.details, Product.thumbnails etc.)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionImportModegetCollectionImportMode()voidsetCollectionImportMode(CollectionImportMode importMode)-
Methods inherited from interface de.hybris.platform.importcockpit.model.mappingview.mappingline.MappingLineModel
addChild, getAttributeCode, getAttributeDescriptor, getChildren, getCollectionElementType, getDisplayName, getFormatPattern, getLevel, getMapping, getParent, getPropDescriptorQualifier, getSource, getTranslator, getType, getTypeCode, getValue, hasChildren, hasSource, isAllowNull, isAtomic, isCollapsed, isCollectionElement, isComposed, isFocused, isSelectorLocked, isSourceLocked, isUnique, isValid, isValueLocked, removeChild, setAllowNull, setAttributeDescriptor, setCollapsed, setCollectionElementType, setFocused, setFormatPattern, setMapping, setParent, setPropDescriptorQualifier, setSource, setTranslator, setUnique, setValid, setValue
-
Methods inherited from interface de.hybris.platform.importcockpit.model.mappingview.mappingline.MappingLineObservable
addObserver, notifyObservers, removeObserver
-
-
-
-
Method Detail
-
getCollectionImportMode
CollectionImportMode getCollectionImportMode()
-
setCollectionImportMode
void setCollectionImportMode(CollectionImportMode importMode)
-
-