public interface MappedSourceValue extends NamedDocumentable, MasterComponent
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<String> |
getCustomizationTags()
Returns the value of the 'Customization Tags' attribute list.
|
InputDefinition |
getInput()
Returns the value of the 'Input' containment reference.
|
DataMapperService |
getMapper()
Returns the value of the 'Mapper' reference.
|
void |
setInput(InputDefinition value)
Sets the value of the '
Input ' containment reference. |
void |
setMapper(DataMapperService value)
Sets the value of the '
Mapper ' reference. |
getName, setName
getMasterOn
getArchiveSelector, getCustomizationPipeline, getLevel, setArchiveSelector, setCustomizationPipeline, setLevel
getShortDescription, setShortDescription
DataMapperService getMapper()
If the meaning of the 'Mapper' reference isn't clear, there really should be more of a description here...
setMapper(DataMapperService)
,
ComponentPackage.getMappedSourceValue_Mapper()
void setMapper(DataMapperService value)
Mapper
' reference.
value
- the new value of the 'Mapper' reference.getMapper()
InputDefinition getInput()
If the meaning of the 'Input' containment reference isn't clear, there really should be more of a description here...
setInput(InputDefinition)
,
ComponentPackage.getMappedSourceValue_Input()
void setInput(InputDefinition value)
Input
' containment reference.
value
- the new value of the 'Input' containment reference.getInput()
org.eclipse.emf.common.util.EList<String> getCustomizationTags()
String
.
If the meaning of the 'Customization Tags' attribute list isn't clear, there really should be more of a description here...
ComponentPackage.getMappedSourceValue_CustomizationTags()