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

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

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

A representation of the model object 'Control Interface'.

The following features are supported:

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

Method Summary
 MicroComponentInstance getInstance()
          Returns the value of the 'Instance' reference
 MicroInterfaceType getInterfaceType()
          Returns the value of the 'Interface Type' reference
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setInstance(MicroComponentInstance value)
          Sets the value of the 'Instance' reference
 void setInterfaceType(MicroInterfaceType value)
          Sets the value of the 'Interface Type' reference
 void setName(java.lang.String value)
          Sets the value of the '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

getName

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

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

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

setName

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

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

getInterfaceType

MicroInterfaceType getInterfaceType()
Returns the value of the 'Interface Type' reference.

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

Returns:
the value of the 'Interface Type' reference.
See Also:
setInterfaceType(MicroInterfaceType), ModelPackage.getControlInterface_InterfaceType()
Generated from the meta-model
Part of the meta-model

setInterfaceType

void setInterfaceType(MicroInterfaceType value)
Sets the value of the 'Interface Type' reference.

Parameters:
value - the new value of the 'Interface Type' reference.
See Also:
getInterfaceType()
Generated from the meta-model

getInstance

MicroComponentInstance getInstance()
Returns the value of the 'Instance' reference.

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

Returns:
the value of the 'Instance' reference.
See Also:
setInstance(MicroComponentInstance), ModelPackage.getControlInterface_Instance()
Generated from the meta-model
Part of the meta-model

setInstance

void setInstance(MicroComponentInstance value)
Sets the value of the 'Instance' reference.

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