de.cau.cs.kieler.esterel.esterel
Interface VariableDecl

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

public interface VariableDecl
extends EObject

A representation of the model object 'Variable Decl'.

The following features are supported:

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

Method Summary
 VariableDecl getLeft()
          Returns the value of the 'Left' containment reference.
 String getType()
          Returns the value of the 'Type' attribute.
 VariableList getVarList()
          Returns the value of the 'Var List' containment reference.
 void setLeft(VariableDecl value)
          Sets the value of the 'Left' containment reference.
 void setType(String value)
          Sets the value of the 'Type' attribute.
 void setVarList(VariableList value)
          Sets the value of the 'Var List' containment 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

getVarList

VariableList getVarList()
Returns the value of the 'Var List' containment reference.

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

Returns:
the value of the 'Var List' containment reference.
See Also:
setVarList(VariableList), EsterelPackage.getVariableDecl_VarList()
Generated:
This code was automatically generated.
Model element:
containment=true

setVarList

void setVarList(VariableList value)
Sets the value of the 'Var List' containment reference.

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

getType

String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), EsterelPackage.getVariableDecl_Type()
Generated:
This code was automatically generated.
Model element

setType

void setType(String value)
Sets the value of the 'Type' attribute.

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

getLeft

VariableDecl getLeft()
Returns the value of the 'Left' containment reference.

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

Returns:
the value of the 'Left' containment reference.
See Also:
setLeft(VariableDecl), EsterelPackage.getVariableDecl_Left()
Generated:
This code was automatically generated.
Model element:
containment=true

setLeft

void setLeft(VariableDecl value)
Sets the value of the 'Left' containment reference.

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