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
 CodeBundle getCodeBundle()
          Returns the value of the 'Code Bundle' reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getSignature()
          Returns the value of the 'Signature' attribute.
 void setCodeBundle(CodeBundle value)
          Sets the value of the 'Code Bundle' reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setSignature(java.lang.String value)
          Sets the value of the 'Signature' 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

getSignature

java.lang.String getSignature()
Returns the value of the 'Signature' attribute.

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

Returns:
the value of the 'Signature' attribute.
See Also:
setSignature(String), ModelPackage.getControlInterface_Signature()
Generated from the meta-model
Part of the meta-model

setSignature

void setSignature(java.lang.String value)
Sets the value of the 'Signature' attribute.

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

getCodeBundle

CodeBundle getCodeBundle()
Returns the value of the 'Code Bundle' reference.

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

Returns:
the value of the 'Code Bundle' reference.
See Also:
setCodeBundle(CodeBundle), ModelPackage.getControlInterface_CodeBundle()
Generated from the meta-model
Part of the meta-model

setCodeBundle

void setCodeBundle(CodeBundle value)
Sets the value of the 'Code Bundle' reference.

Parameters:
value - the new value of the 'Code Bundle' reference.
See Also:
getCodeBundle()
Generated from the meta-model