public class AssociationClassCallExpImpl extends NavigationCallExpImpl implements AssociationClassCallExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
Classifier |
basicGetReferredAssociationClass() |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
Classifier |
getReferredAssociationClass() |
void |
setReferredAssociationClass(Classifier newReferredAssociationClass) |
basicGetNavigationSource, eInverseRemove, getNavigationSource, getQualifier, setNavigationSourceisMarkedPre, setMarkedPre, toStringbasicSetSource, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSourcegetEndPosition, getStartPosition, getType, has_type, setEndPosition, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waithas_typegetNavigationSource, getQualifier, setNavigationSourceisMarkedPre, setMarkedPregetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic Classifier getReferredAssociationClass()
getReferredAssociationClass in interface AssociationClassCallExp<Classifier,Property>AssociationClassCallExp.setReferredAssociationClass(Object),
ExpressionsPackage.getAssociationClassCallExp_ReferredAssociationClass()public Classifier basicGetReferredAssociationClass()
public void setReferredAssociationClass(Classifier newReferredAssociationClass)
setReferredAssociationClass in interface AssociationClassCallExp<Classifier,Property>newReferredAssociationClass - the new value of the 'Referred Association Class' reference.AssociationClassCallExp.getReferredAssociationClass()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class NavigationCallExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class NavigationCallExpImplpublic void eUnset(int featureID)
eUnset in class NavigationCallExpImplpublic boolean eIsSet(int featureID)
eIsSet in class NavigationCallExpImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
eBaseStructuralFeatureID in class NavigationCallExpImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
eDerivedStructuralFeatureID in class NavigationCallExpImplpublic <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
accept in interface Visitableaccept in class OCLExpressionImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.