|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectOCLExpressionImpl
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl.ImperativeExpressionImpl
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl.WhileExpImpl
public class WhileExpImpl
An implementation of the model object 'While Exp'.
The following features are implemented:
Field Summary | |
---|---|
protected OCLExpression |
body
The cached value of the ' Body ' containment reference |
protected OCLExpression |
condition
The cached value of the ' Condition ' containment reference |
Constructor Summary | |
---|---|
protected |
WhileExpImpl()
|
Method Summary | ||
---|---|---|
|
accept(U v)
|
|
NotificationChain |
basicSetBody(OCLExpression newBody,
NotificationChain msgs)
|
|
NotificationChain |
basicSetCondition(OCLExpression newCondition,
NotificationChain msgs)
|
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
|
boolean |
eIsSet(int featureID)
|
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
|
protected EClass |
eStaticClass()
|
|
void |
eUnset(int featureID)
|
|
OCLExpression |
getBody()
|
|
OCLExpression |
getCondition()
|
|
void |
setBody(OCLExpression newBody)
|
|
void |
setCondition(OCLExpression newCondition)
|
Methods inherited from class org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl.ImperativeExpressionImpl |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected OCLExpression body
Body
' containment reference.
getBody()
protected OCLExpression condition
Condition
' containment reference.
getCondition()
Constructor Detail |
---|
protected WhileExpImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class ImperativeExpressionImpl
public OCLExpression getBody()
getBody
in interface WhileExp
WhileExp.setBody(OCLExpression)
,
ImperativeOCLPackage.getWhileExp_Body()
public NotificationChain basicSetBody(OCLExpression newBody, NotificationChain msgs)
public void setBody(OCLExpression newBody)
setBody
in interface WhileExp
newBody
- the new value of the 'Body' containment reference.WhileExp.getBody()
public OCLExpression getCondition()
getCondition
in interface WhileExp
WhileExp.setCondition(OCLExpression)
,
ImperativeOCLPackage.getWhileExp_Condition()
public NotificationChain basicSetCondition(OCLExpression newCondition, NotificationChain msgs)
public void setCondition(OCLExpression newCondition)
setCondition
in interface WhileExp
newCondition
- the new value of the 'Condition' containment reference.WhileExp.getCondition()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public <T,U extends> T accept(U v)
|
Copyright 2008 Borland Software Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |