public interface ComponentImplementation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Component |
getBase_Component()
Returns the value of the 'Base Component' reference.
|
java.lang.String |
getLanguage()
Returns the value of the 'Language' attribute.
|
java.lang.String |
getOS()
Returns the value of the 'OS' attribute.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getSourceCodeLocation()
Returns the value of the 'Source Code Location' attribute list.
|
void |
setBase_Component(org.eclipse.uml2.uml.Component value)
Sets the value of the '
Base Component ' reference. |
void |
setLanguage(java.lang.String value)
Sets the value of the '
Language ' attribute. |
void |
setOS(java.lang.String value)
Sets the value of the '
OS ' attribute. |
org.eclipse.uml2.uml.Component getBase_Component()
If the meaning of the 'Base Component' reference isn't clear, there really should be more of a description here...
setBase_Component(Component)
,
ComponentModelPackage.getComponentImplementation_Base_Component()
void setBase_Component(org.eclipse.uml2.uml.Component value)
Base Component
' reference.
value
- the new value of the 'Base Component' reference.getBase_Component()
java.lang.String getLanguage()
If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...
setLanguage(String)
,
ComponentModelPackage.getComponentImplementation_Language()
void setLanguage(java.lang.String value)
Language
' attribute.
value
- the new value of the 'Language' attribute.getLanguage()
java.lang.String getOS()
If the meaning of the 'OS' attribute isn't clear, there really should be more of a description here...
setOS(String)
,
ComponentModelPackage.getComponentImplementation_OS()
void setOS(java.lang.String value)
OS
' attribute.
value
- the new value of the 'OS' attribute.getOS()
org.eclipse.emf.common.util.EList<java.lang.String> getSourceCodeLocation()
String
.
If the meaning of the 'Source Code Location' attribute list isn't clear, there really should be more of a description here...
ComponentModelPackage.getComponentImplementation_SourceCodeLocation()