Package metricvalues
Interface Component
- All Known Implementing Classes:
ComponentImpl
A representation of the model object
'Component'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionEList<tools.mdsd.jamopp.model.java.types.Type>
Returns the value of the 'Classes' reference list.getId()
Returns the value of the 'Id' attribute.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Sub Components' containment reference list.void
Sets the value of the 'Id
' attribute.void
Sets the value of the 'Name
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSubComponents
Returns the value of the 'Sub Components' containment reference list. The list contents are of typeComponent
.If the meaning of the 'Sub Components' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Sub Components' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getName
String getName()Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-
getId
String getId()Returns the value of the 'Id' attribute.If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Id' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
- Generated class or method.
-
getClasses
EList<tools.mdsd.jamopp.model.java.types.Type> getClasses()Returns the value of the 'Classes' reference list. The list contents are of typeType
.If the meaning of the 'Classes' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Classes' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
-