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

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

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

A representation of the model object 'Micro Binding Endpoint'.

The following features are supported:

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

Method Summary
 java.lang.String getComponentName()
          Returns the value of the 'Component Name' attribute
 java.lang.String getInterfaceName()
          Returns the value of the 'Interface Name' attribute
 void setComponentName(java.lang.String value)
          Sets the value of the 'Component Name' attribute
 void setInterfaceName(java.lang.String value)
          Sets the value of the 'Interface 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

getComponentName

java.lang.String getComponentName()
Returns the value of the 'Component Name' attribute.

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

Returns:
the value of the 'Component Name' attribute.
See Also:
setComponentName(String), ModelPackage.getMicroBindingEndpoint_ComponentName()
Generated from the meta-model
Part of the meta-model

setComponentName

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

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

getInterfaceName

java.lang.String getInterfaceName()
Returns the value of the 'Interface Name' attribute.

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

Returns:
the value of the 'Interface Name' attribute.
See Also:
setInterfaceName(String), ModelPackage.getMicroBindingEndpoint_InterfaceName()
Generated from the meta-model
Part of the meta-model

setInterfaceName

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

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