de.cau.cs.kieler.esterel.esterel
Interface OneTypeConstantDecl

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

public interface OneTypeConstantDecl
extends EObject

A representation of the model object 'One Type Constant Decl'.

The following features are supported:

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

Method Summary
 EList<Constant> getConstant()
          Returns the value of the 'Constant' containment reference list.
 String getType()
          Returns the value of the 'Type' attribute.
 void setType(String value)
          Sets the value of the 'Type' attribute.
 
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

getConstant

EList<Constant> getConstant()
Returns the value of the 'Constant' containment reference list. The list contents are of type Constant.

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

Returns:
the value of the 'Constant' containment reference list.
See Also:
EsterelPackage.getOneTypeConstantDecl_Constant()
Generated:
This code was automatically generated.
Model element:
containment=true

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.getOneTypeConstantDecl_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.