de.cau.cs.kieler.esterel.esterel
Interface ChannelDescription

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ChannelDescriptionImpl

public interface ChannelDescription
extends EObject

A representation of the model object 'Channel Description'.

The following features are supported:

See Also:
EsterelPackage.getChannelDescription()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 DataExpr getDataExpr()
          Returns the value of the 'Data Expr' containment reference.
 ChannelType getType()
          Returns the value of the 'Type' containment reference.
 void setDataExpr(DataExpr value)
          Sets the value of the 'Data Expr' containment reference.
 void setType(ChannelType value)
          Sets the value of the 'Type' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getType

ChannelType getType()
Returns the value of the 'Type' containment reference.

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

Returns:
the value of the 'Type' containment reference.
See Also:
setType(ChannelType), EsterelPackage.getChannelDescription_Type()
Generated:
This code was automatically generated.
Model element:
containment=true

setType

void setType(ChannelType value)
Sets the value of the 'Type' containment reference.

Parameters:
value - the new value of the 'Type' containment reference.
See Also:
getType()
Generated:
This code was automatically generated.

getDataExpr

DataExpr getDataExpr()
Returns the value of the 'Data Expr' containment reference.

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

Returns:
the value of the 'Data Expr' containment reference.
See Also:
setDataExpr(DataExpr), EsterelPackage.getChannelDescription_DataExpr()
Generated:
This code was automatically generated.
Model element:
containment=true

setDataExpr

void setDataExpr(DataExpr value)
Sets the value of the 'Data Expr' containment reference.

Parameters:
value - the new value of the 'Data Expr' containment reference.
See Also:
getDataExpr()
Generated:
This code was automatically generated.