de.cau.cs.kieler.core.kexpressions
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:
KExpressionsPackage.getChannelDescription()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 Expression getExpression()
          Returns the value of the 'Expression' containment reference.
 TypeIdentifier getType()
          Returns the value of the 'Type' containment reference.
 void setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void setType(TypeIdentifier 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

TypeIdentifier 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(TypeIdentifier), KExpressionsPackage.getChannelDescription_Type()
Generated:
This code was automatically generated.
Model element:
containment=true

setType

void setType(TypeIdentifier 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.

getExpression

Expression getExpression()
Returns the value of the 'Expression' containment reference.

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

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(Expression), KExpressionsPackage.getChannelDescription_Expression()
Generated:
This code was automatically generated.
Model element:
containment=true

setExpression

void setExpression(Expression value)
Sets the value of the 'Expression' containment reference.

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