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

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

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

A representation of the model object 'Shared Connector Unit'.

The following features are supported:

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

Method Summary
 ConnectorUnitDeploymentDescription addConnectorUnitDeploymentDescription(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 org.eclipse.emf.common.util.EList<ConnectorUnitDeploymentDescription> getDescriptor()
          Returns the value of the 'Descriptor' containment reference list.
 java.lang.String getNode()
          Returns the value of the 'Node' attribute
 void setNode(java.lang.String value)
          Sets the value of the 'Node' 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

getNode

java.lang.String getNode()
Returns the value of the 'Node' attribute.

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

Returns:
the value of the 'Node' attribute.
See Also:
setNode(String), ModelPackage.getSharedConnectorUnit_Node()
Generated from the meta-model
Part of the meta-model

setNode

void setNode(java.lang.String value)
Sets the value of the 'Node' attribute.

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

getDescriptor

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

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

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

addConnectorUnitDeploymentDescription

ConnectorUnitDeploymentDescription addConnectorUnitDeploymentDescription(java.lang.String iface,
                                                                         java.lang.String unit,
                                                                         java.lang.String impl,
                                                                         RBMConnectorArchitecture connArch)

Generated from the meta-model
Part of the meta-model
annotation="http://www.eclipse.org/emf/2002/GenModel body='return XSharedConnectorUnitImplMethods.addConnectorUnitDeploymentDescription(this, iface, unit, impl, connArch);\n'"