|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
ujf.verimag.bip.Core.Behaviors.impl.ActionImpl
ujf.verimag.bip.Core.Behaviors.impl.ExpressionImpl
ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.DataReferenceImpl
ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.DataNavigationExpressionImpl
public abstract class DataNavigationExpressionImpl
An implementation of the model object 'Data Navigation Expression'.
The following features are implemented:
Field Summary | |
---|---|
protected DataReference |
navigated
The cached value of the ' Navigated ' containment reference. |
Constructor Summary | |
---|---|
protected |
DataNavigationExpressionImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetNavigated(DataReference newNavigated,
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)
|
DataReference |
getNavigated()
|
void |
setNavigated(DataReference newNavigated)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DataReference navigated
Navigated
' containment reference.
getNavigated()
Constructor Detail |
---|
protected DataNavigationExpressionImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class DataReferenceImpl
public DataReference getNavigated()
getNavigated
in interface DataNavigationExpression
DataNavigationExpression.setNavigated(DataReference)
,
ExpressionsPackage.getDataNavigationExpression_Navigated()
public NotificationChain basicSetNavigated(DataReference newNavigated, NotificationChain msgs)
public void setNavigated(DataReference newNavigated)
setNavigated
in interface DataNavigationExpression
newNavigated
- the new value of the 'Navigated' containment reference.DataNavigationExpression.getNavigated()
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |