public interface Component extends Unit
The following features are supported:
RhapsodyPackage.getComponent()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdditionalSources()
Returns the value of the 'Additional Sources' attribute.
|
BuildKind |
getBuildType()
Returns the value of the 'Build Type' attribute.
|
com.sodius.mdw.core.model.emf.MDWEList |
getConfigurations()
Returns the value of the 'Configurations' reference list.
|
com.sodius.mdw.core.model.emf.MDWEList |
getFiles()
Returns the value of the 'Files' reference list.
|
java.lang.String |
getIncludePath()
Returns the value of the 'Include Path' attribute.
|
java.lang.String |
getLibraries()
Returns the value of the 'Libraries' attribute.
|
com.sodius.mdw.core.model.emf.MDWEList |
getNestedComponents()
Returns the value of the 'Nested Components' reference list.
|
java.lang.String |
getPath()
Returns the value of the 'Path' attribute.
|
com.sodius.mdw.core.model.emf.MDWEList |
getScopeElements()
Returns the value of the 'Scope Elements' reference list.
|
java.lang.String |
getStandardHeaders()
Returns the value of the 'Standard Headers' attribute.
|
com.sodius.mdw.core.model.emf.MDWEList |
getVariationPoints()
Returns the value of the 'Variation Points' containment reference list.
|
boolean |
isScopeBySelectedElements()
Returns the value of the 'Scope By Selected Elements' attribute.
|
void |
setAdditionalSources(java.lang.String value)
Sets the value of the '
Additional Sources ' attribute. |
void |
setBuildType(BuildKind value)
Sets the value of the '
Build Type ' attribute. |
void |
setIncludePath(java.lang.String value)
Sets the value of the '
Include Path ' attribute. |
void |
setLibraries(java.lang.String value)
Sets the value of the '
Libraries ' attribute. |
void |
setPath(java.lang.String value)
Sets the value of the '
Path ' attribute. |
void |
setScopeBySelectedElements(boolean value)
Sets the value of the '
Scope By Selected Elements '
attribute. |
void |
setStandardHeaders(java.lang.String value)
Sets the value of the '
Standard Headers ' attribute. |
getCMHeader, getCurrentDirectory, getFilename, getLanguage, getLastModifiedTime, getStructureDiagrams, isIncludeInNextLoad, isReadOnly, isReferenceUnit, isSeparateSaveUnit, isStub, setCMHeader, setCurrentDirectory, setFilename, setIncludeInNextLoad, setIsReadOnly, setIsReferenceUnit, setIsSeparateSaveUnit, setIsStub, setLanguage, setLastModifiedTime
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
BuildKind getBuildType()
""
.
The literals are from the enumeration BuildKind
.
BuildKind
,
setBuildType(BuildKind)
,
RhapsodyPackage.getComponent_BuildType()
void setBuildType(BuildKind value)
Build Type
' attribute.
value
- the new value of the 'Build Type' attribute.BuildKind
,
getBuildType()
java.lang.String getLibraries()
""
.
setLibraries(String)
,
RhapsodyPackage.getComponent_Libraries()
void setLibraries(java.lang.String value)
Libraries
' attribute.
value
- the new value of the 'Libraries' attribute.getLibraries()
java.lang.String getAdditionalSources()
""
.
setAdditionalSources(String)
,
RhapsodyPackage.getComponent_AdditionalSources()
void setAdditionalSources(java.lang.String value)
Additional Sources
' attribute.
value
- the new value of the 'Additional Sources' attribute.getAdditionalSources()
java.lang.String getStandardHeaders()
""
.
setStandardHeaders(String)
,
RhapsodyPackage.getComponent_StandardHeaders()
void setStandardHeaders(java.lang.String value)
Standard Headers
' attribute.
value
- the new value of the 'Standard Headers' attribute.getStandardHeaders()
java.lang.String getIncludePath()
""
.
setIncludePath(String)
,
RhapsodyPackage.getComponent_IncludePath()
void setIncludePath(java.lang.String value)
Include Path
' attribute.
value
- the new value of the 'Include Path' attribute.getIncludePath()
boolean isScopeBySelectedElements()
setScopeBySelectedElements(boolean)
,
RhapsodyPackage.getComponent_ScopeBySelectedElements()
void setScopeBySelectedElements(boolean value)
Scope By Selected Elements
'
attribute.
value
- the new value of the 'Scope By Selected Elements' attribute.isScopeBySelectedElements()
java.lang.String getPath()
""
.
setPath(String)
,
RhapsodyPackage.getComponent_Path()
void setPath(java.lang.String value)
Path
' attribute.
value
- the new value of the 'Path' attribute.getPath()
com.sodius.mdw.core.model.emf.MDWEList getScopeElements()
ModelElement
.
RhapsodyPackage.getComponent_ScopeElements()
com.sodius.mdw.core.model.emf.MDWEList getNestedComponents()
Component
.
RhapsodyPackage.getComponent_NestedComponents()
com.sodius.mdw.core.model.emf.MDWEList getFiles()
File
.
RhapsodyPackage.getComponent_Files()
com.sodius.mdw.core.model.emf.MDWEList getConfigurations()
Configuration
.
It is bidirectional and its opposite is 'Component
'.
RhapsodyPackage.getComponent_Configurations()
,
Configuration.getComponent()
com.sodius.mdw.core.model.emf.MDWEList getVariationPoints()
VariationPoint
.
RhapsodyPackage.getComponent_VariationPoints()