org.objectweb.dsrg.sofa.repository.model
Interface MicroComponentInstance

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MicroComponentInstanceImpl

public interface MicroComponentInstance
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Micro Component Instance'.

The following features are supported:

See Also:
ModelPackage.getMicroComponentInstance()
Generated from the meta-model
Part of the meta-model

Method Summary
 MicroComponent getMicrocomponent()
          Returns the value of the 'Microcomponent' reference
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 org.eclipse.emf.common.util.EList<Parameter> getParameter()
          Returns the value of the 'Parameter' containment reference list.
 void setMicrocomponent(MicroComponent value)
          Sets the value of the 'Microcomponent' reference
 void setName(java.lang.String value)
          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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

java.lang.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:
setName(String), ModelPackage.getMicroComponentInstance_Name()
Generated from the meta-model
Part of the meta-model

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated from the meta-model

getMicrocomponent

MicroComponent getMicrocomponent()
Returns the value of the 'Microcomponent' reference.

If the meaning of the 'Microcomponent' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Microcomponent' reference.
See Also:
setMicrocomponent(MicroComponent), ModelPackage.getMicroComponentInstance_Microcomponent()
Generated from the meta-model
Part of the meta-model

setMicrocomponent

void setMicrocomponent(MicroComponent value)
Sets the value of the 'Microcomponent' reference.

Parameters:
value - the new value of the 'Microcomponent' reference.
See Also:
getMicrocomponent()
Generated from the meta-model

getParameter

org.eclipse.emf.common.util.EList<Parameter> getParameter()
Returns the value of the 'Parameter' containment reference list. The list contents are of type Parameter.

If the meaning of the 'Parameter' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameter' containment reference list.
See Also:
ModelPackage.getMicroComponentInstance_Parameter()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"