public class AssociationClassCallExpImpl<C,P> extends NavigationCallExpImpl<C,P> implements AssociationClassCallExp<C,P>
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
C |
basicGetReferredAssociationClass() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
C |
getReferredAssociationClass() |
void |
setNavigationSource(P newNavigationSource)
This is specialized for the more specific type known in this context.
|
void |
setReferredAssociationClass(C newReferredAssociationClass) |
basicGetNavigationSource, eInverseRemove, getNavigationSource, getQualifierisMarkedPre, setMarkedPre, toStringbasicSetSource, eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSourcegetEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNavigationSource, getQualifierisMarkedPre, setMarkedPregetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic void setNavigationSource(P newNavigationSource)
setNavigationSource in interface NavigationCallExp<C,P>setNavigationSource in class NavigationCallExpImpl<C,P>newNavigationSource - the new value of the 'Navigation Source' reference.NavigationCallExp.getNavigationSource()public C getReferredAssociationClass()
getReferredAssociationClass in interface AssociationClassCallExp<C,P>AssociationClassCallExp.setReferredAssociationClass(Object),
ExpressionsPackage.getAssociationClassCallExp_ReferredAssociationClass()public C basicGetReferredAssociationClass()
public void setReferredAssociationClass(C newReferredAssociationClass)
setReferredAssociationClass in interface AssociationClassCallExp<C,P>newReferredAssociationClass - the new value of the 'Referred Association Class' reference.AssociationClassCallExp.getReferredAssociationClass()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class NavigationCallExpImpl<C,P>public void eSet(int featureID,
Object newValue)
eSet in class NavigationCallExpImpl<C,P>public void eUnset(int featureID)
eUnset in class NavigationCallExpImpl<C,P>public boolean eIsSet(int featureID)
eIsSet in class NavigationCallExpImpl<C,P>public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImplaccept in interface Visitableaccept in class OCLExpressionImpl<C>Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.