|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Assignment
A representation of the model object 'Assignment'.
The following features are supported:
EsterelPackage.getAssignment()
Method Summary | |
---|---|
DataExpr |
getExpr()
Returns the value of the 'Expr' containment reference. |
String |
getVariable()
Returns the value of the 'Variable' attribute. |
void |
setExpr(DataExpr value)
Sets the value of the ' Expr ' containment reference. |
void |
setVariable(String value)
Sets the value of the ' Variable ' 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 |
---|
String getVariable()
If the meaning of the 'Variable' attribute isn't clear, there really should be more of a description here...
setVariable(String)
,
EsterelPackage.getAssignment_Variable()
void setVariable(String value)
Variable
' attribute.
value
- the new value of the 'Variable' attribute.getVariable()
DataExpr getExpr()
If the meaning of the 'Expr' containment reference isn't clear, there really should be more of a description here...
setExpr(DataExpr)
,
EsterelPackage.getAssignment_Expr()
containment | = | true |
void setExpr(DataExpr value)
Expr
' containment reference.
value
- the new value of the 'Expr' containment reference.getExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |