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

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

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

A representation of the model object 'Micro Binding'.

The following features are supported:

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

Method Summary
 MicroBindingEndpoint getClient()
          Returns the value of the 'Client' containment reference
 MicroBindingEndpoint getServer()
          Returns the value of the 'Server' containment reference
 void setClient(MicroBindingEndpoint value)
          Sets the value of the 'Client' containment reference
 void setServer(MicroBindingEndpoint value)
          Sets the value of the 'Server' containment reference
 
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

getClient

MicroBindingEndpoint getClient()
Returns the value of the 'Client' containment reference.

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

Returns:
the value of the 'Client' containment reference.
See Also:
setClient(MicroBindingEndpoint), ModelPackage.getMicroBinding_Client()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

setClient

void setClient(MicroBindingEndpoint value)
Sets the value of the 'Client' containment reference.

Parameters:
value - the new value of the 'Client' containment reference.
See Also:
getClient()
Generated from the meta-model

getServer

MicroBindingEndpoint getServer()
Returns the value of the 'Server' containment reference.

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

Returns:
the value of the 'Server' containment reference.
See Also:
setServer(MicroBindingEndpoint), ModelPackage.getMicroBinding_Server()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

setServer

void setServer(MicroBindingEndpoint value)
Sets the value of the 'Server' containment reference.

Parameters:
value - the new value of the 'Server' containment reference.
See Also:
getServer()
Generated from the meta-model