public class DefaultComposedTypeMapping extends DefaultMappingLine implements ComposedTypeMappingLine
| Constructor and Description |
|---|
DefaultComposedTypeMapping() |
| 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
|
String |
getType()
Returns the type of this attribute.
|
boolean |
isAtomic()
Returns true if this mappingLineModel represents an atomic type with (no sub lines possible).
|
boolean |
isComposed()
Returns true if this mappingLineModel is a composed mappingLineModel.
|
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, addObserver, getAttributeCode, getAttributeDescriptor, getChildren, getCollectionElementType, getDisplayName, getFormatPattern, getLevel, getMapping, getParent, getPropDescriptorQualifier, getSource, getTranslator, getTypeCode, getValue, hasChildren, hasSource, isAllowNull, isCollapsed, isCollectionElement, isFocused, isSelectorLocked, isSourceLocked, isUnique, isValid, isValueLocked, notifyObservers, removeChild, removeObserver, setAllowNull, setAttributeDescriptor, setCollapsed, setCollectionElementType, setFocused, setFormatPattern, setMapping, setParent, setPropDescriptorQualifier, setSource, setTranslator, setUnique, setValid, setValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChild, getAttributeCode, getAttributeDescriptor, getChildren, getCollectionElementType, getDisplayName, getFormatPattern, getLevel, getMapping, getParent, getPropDescriptorQualifier, getSource, getTranslator, getTypeCode, getValue, hasChildren, hasSource, isAllowNull, isCollapsed, isCollectionElement, isFocused, isSelectorLocked, isSourceLocked, isUnique, isValid, isValueLocked, removeChild, setAllowNull, setAttributeDescriptor, setCollapsed, setCollectionElementType, setFocused, setFormatPattern, setMapping, setParent, setPropDescriptorQualifier, setSource, setTranslator, setUnique, setValid, setValueaddObserver, notifyObservers, removeObserverpublic ComposedAttribImportMode getComposedAttribImportMode()
ComposedTypeMappingLinegetComposedAttribImportMode in interface ComposedTypeMappingLinepublic void setComposedAttribImportMode(ComposedAttribImportMode mode)
ComposedTypeMappingLinesetComposedAttribImportMode in interface ComposedTypeMappingLinemode - ,Mode.CREATE or Mode.SELECT (default)public boolean isAtomic()
MappingLineModelisAtomic in interface MappingLineModelisAtomic in class DefaultMappingLinepublic boolean isComposed()
MappingLineModelisComposed in interface MappingLineModelisComposed in class DefaultMappingLinepublic TypeModel getCreationType()
ComposedTypeMappingLinegetCreationType in interface ComposedTypeMappingLinepublic void setCreationType(TypeModel creationType)
ComposedTypeMappingLinesetCreationType in interface ComposedTypeMappingLinecreationType - TypeModelpublic String getType()
MappingLineModelgetType in interface MappingLineModelgetType in class DefaultMappingLineCopyright © 2017 SAP SE. All Rights Reserved.