Interface ComposedTypeMappingLine
-
- All Superinterfaces:
MappingLineModel,MappingLineObservable
- All Known Implementing Classes:
DefaultComposedTypeMapping
public interface ComposedTypeMappingLine extends MappingLineModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComposedAttribImportModegetComposedAttribImportMode()Returns the import mode for the composed attribute: CREATE on the fly or SELECT (default)TypeModelgetCreationType()Returns the composed type for the creation of an object through the CREATE import modevoidsetComposedAttribImportMode(ComposedAttribImportMode mode)Sets the import mode for the composed attribute: CREATE on the fly or SELECT (default)voidsetCreationType(TypeModel creationType)Sets the composed type for the creation of an object through the CREATE import mode-
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
-
getComposedAttribImportMode
ComposedAttribImportMode getComposedAttribImportMode()
Returns the import mode for the composed attribute: CREATE on the fly or SELECT (default)- Returns:
- the import mode: Mode.CREATE or Mode.SELECT (default)
-
setComposedAttribImportMode
void setComposedAttribImportMode(ComposedAttribImportMode mode)
Sets the import mode for the composed attribute: CREATE on the fly or SELECT (default)- Parameters:
mode- ,Mode.CREATE or Mode.SELECT (default)
-
getCreationType
TypeModel getCreationType()
Returns the composed type for the creation of an object through the CREATE import mode- Returns:
- creation type TypeModel
-
setCreationType
void setCreationType(TypeModel creationType)
Sets the composed type for the creation of an object through the CREATE import mode- Parameters:
creationType- TypeModel
-
-