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

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

public interface SubcomponentInterfaceEndpoint
extends ConnectionEndpoint

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

The following features are supported:

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

Method Summary
 java.lang.String getInterfaceName()
          Returns the value of the 'Interface Name' attribute
 SubcomponentInstance getSubcomponent()
          Returns the value of the 'Subcomponent' reference
 void setInterfaceName(java.lang.String value)
          Sets the value of the 'Interface Name' attribute
 void setSubcomponent(SubcomponentInstance value)
          Sets the value of the 'Subcomponent' 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

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

getSubcomponent

SubcomponentInstance getSubcomponent()
Returns the value of the 'Subcomponent' reference.

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

Returns:
the value of the 'Subcomponent' reference.
See Also:
setSubcomponent(SubcomponentInstance), ModelPackage.getSubcomponentInterfaceEndpoint_Subcomponent()
Generated from the meta-model
Part of the meta-model

setSubcomponent

void setSubcomponent(SubcomponentInstance value)
Sets the value of the 'Subcomponent' reference.

Parameters:
value - the new value of the 'Subcomponent' reference.
See Also:
getSubcomponent()
Generated from the meta-model