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

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

public interface ComponentInterfaceEndpoint
extends ConnectionEndpoint

A representation of the model object 'Component Interface Endpoint'.

The following features are supported:

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

Method Summary
 java.lang.String getInterfaceName()
          Returns the value of the 'Interface 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

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.getComponentInterfaceEndpoint_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