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

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

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

A representation of the model object 'RBM Connector Architecture'.

The following features are supported:

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

Method Summary
 RBMBinding addBinding()
           
 org.eclipse.emf.common.util.EList<RBMBinding> getBinding()
          Returns the value of the 'Binding' containment reference list.
 java.lang.String getConnectorArchitectureName()
          Returns the value of the 'Connector Architecture Name' attribute
 void setConnectorArchitectureName(java.lang.String value)
          Sets the value of the 'Connector Architecture 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

getConnectorArchitectureName

java.lang.String getConnectorArchitectureName()
Returns the value of the 'Connector Architecture Name' attribute.

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

Returns:
the value of the 'Connector Architecture Name' attribute.
See Also:
setConnectorArchitectureName(String), ModelPackage.getRBMConnectorArchitecture_ConnectorArchitectureName()
Generated from the meta-model
Part of the meta-model

setConnectorArchitectureName

void setConnectorArchitectureName(java.lang.String value)
Sets the value of the 'Connector Architecture Name' attribute.

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

getBinding

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

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

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

addBinding

RBMBinding addBinding()

Generated from the meta-model
Part of the meta-model
annotation="http://www.eclipse.org/emf/2002/GenModel body='return XRBMConnectorArchitectureImplMethods.addBinding(this);'"