public interface ComposedTypeMappingLine extends MappingLineModel
| Modifier and Type | Method and Description |
|---|---|
ComposedAttribImportMode |
getComposedAttribImportMode()
Returns the import mode for the composed attribute: CREATE on the fly or SELECT (default)
|
TypeModel |
getCreationType()
Returns the composed type for the creation of an object through the CREATE import mode
|
void |
setComposedAttribImportMode(ComposedAttribImportMode mode)
Sets the import mode for the composed attribute: CREATE on the fly or SELECT (default)
|
void |
setCreationType(TypeModel creationType)
Sets the composed type for the creation of an object through the CREATE import mode
|
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, setValueaddObserver, notifyObservers, removeObserverComposedAttribImportMode getComposedAttribImportMode()
void setComposedAttribImportMode(ComposedAttribImportMode mode)
mode - ,Mode.CREATE or Mode.SELECT (default)TypeModel getCreationType()
void setCreationType(TypeModel creationType)
creationType - TypeModelCopyright © 2017 SAP SE. All Rights Reserved.