|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectETypedElementImpl
org.eclipse.ocl.ecore.impl.OCLExpressionImpl
org.eclipse.ocl.ecore.impl.CallExpImpl
org.eclipse.ocl.ecore.impl.FeatureCallExpImpl
org.eclipse.ocl.ecore.impl.NavigationCallExpImpl
org.eclipse.ocl.ecore.impl.AssociationClassCallExpImpl
public class AssociationClassCallExpImpl
An implementation of the model object 'Association Class Call Exp'.
The following features are implemented:
| Field Summary | |
|---|---|
protected EClassifier |
referredAssociationClass
The cached value of the ' Referred Association Class' reference |
| Fields inherited from class org.eclipse.ocl.ecore.impl.NavigationCallExpImpl |
|---|
navigationSource, qualifier |
| Fields inherited from class org.eclipse.ocl.ecore.impl.FeatureCallExpImpl |
|---|
MARKED_PRE_EDEFAULT, markedPre |
| Fields inherited from class org.eclipse.ocl.ecore.impl.CallExpImpl |
|---|
PROPERTY_END_POSITION_EDEFAULT, PROPERTY_START_POSITION_EDEFAULT, propertyEndPosition, propertyStartPosition, source |
| Fields inherited from class org.eclipse.ocl.ecore.impl.OCLExpressionImpl |
|---|
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition |
| Constructor Summary | |
|---|---|
protected |
AssociationClassCallExpImpl()
|
| Method Summary | ||
|---|---|---|
|
accept(U v)
|
|
EClassifier |
basicGetReferredAssociationClass()
|
|
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass)
|
|
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass)
|
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
|
boolean |
eIsSet(int featureID)
|
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
|
protected EClass |
eStaticClass()
|
|
void |
eUnset(int featureID)
|
|
EClassifier |
getReferredAssociationClass()
|
|
void |
setReferredAssociationClass(EClassifier newReferredAssociationClass)
|
|
| Methods inherited from class org.eclipse.ocl.ecore.impl.NavigationCallExpImpl |
|---|
basicGetNavigationSource, eInverseRemove, getNavigationSource, getQualifier, setNavigationSource |
| Methods inherited from class org.eclipse.ocl.ecore.impl.FeatureCallExpImpl |
|---|
isMarkedPre, setMarkedPre, toString |
| Methods inherited from class org.eclipse.ocl.ecore.impl.CallExpImpl |
|---|
basicSetSource, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSource |
| Methods inherited from class org.eclipse.ocl.ecore.impl.OCLExpressionImpl |
|---|
getEndPosition, getStartPosition, getType, setEndPosition, setStartPosition, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.ocl.utilities.TypedElement |
|---|
getName, getType, setName, setType |
| Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
|---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
| Methods inherited from interface org.eclipse.ocl.expressions.CallExp |
|---|
getSource, setSource |
| Methods inherited from interface org.eclipse.ocl.utilities.TypedElement |
|---|
getName, getType, setName, setType |
| Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
|---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
| Methods inherited from interface org.eclipse.ocl.utilities.CallingASTNode |
|---|
getPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPosition |
| Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
|---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
| Methods inherited from interface org.eclipse.ocl.expressions.FeatureCallExp |
|---|
isMarkedPre, setMarkedPre |
| Methods inherited from interface org.eclipse.ocl.expressions.CallExp |
|---|
getSource, setSource |
| Methods inherited from interface org.eclipse.ocl.utilities.TypedElement |
|---|
getName, getType, setName, setType |
| Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
|---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
| Methods inherited from interface org.eclipse.ocl.utilities.CallingASTNode |
|---|
getPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPosition |
| Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
|---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
| Methods inherited from interface org.eclipse.ocl.expressions.NavigationCallExp |
|---|
getNavigationSource, getQualifier, setNavigationSource |
| Methods inherited from interface org.eclipse.ocl.expressions.FeatureCallExp |
|---|
isMarkedPre, setMarkedPre |
| Methods inherited from interface org.eclipse.ocl.expressions.CallExp |
|---|
getSource, setSource |
| Methods inherited from interface org.eclipse.ocl.utilities.TypedElement |
|---|
getName, getType, setName, setType |
| Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
|---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
| Methods inherited from interface org.eclipse.ocl.utilities.CallingASTNode |
|---|
getPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPosition |
| Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
|---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
| Methods inherited from interface org.eclipse.ocl.expressions.NavigationCallExp |
|---|
getNavigationSource, getQualifier, setNavigationSource |
| Methods inherited from interface org.eclipse.ocl.expressions.FeatureCallExp |
|---|
isMarkedPre, setMarkedPre |
| Methods inherited from interface org.eclipse.ocl.expressions.CallExp |
|---|
getSource, setSource |
| Methods inherited from interface org.eclipse.ocl.utilities.TypedElement |
|---|
getName, getType, setName, setType |
| Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
|---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
| Methods inherited from interface org.eclipse.ocl.utilities.CallingASTNode |
|---|
getPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPosition |
| Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
|---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
| Field Detail |
|---|
protected EClassifier referredAssociationClass
Referred Association Class' reference.
getReferredAssociationClass()| Constructor Detail |
|---|
protected AssociationClassCallExpImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class NavigationCallExpImplpublic EClassifier getReferredAssociationClass()
getReferredAssociationClass in interface AssociationClassCallExp<EClassifier,EStructuralFeature>AssociationClassCallExp.setReferredAssociationClass(Object),
ExpressionsPackage.getAssociationClassCallExp_ReferredAssociationClass()public EClassifier basicGetReferredAssociationClass()
public void setReferredAssociationClass(EClassifier newReferredAssociationClass)
setReferredAssociationClass in interface AssociationClassCallExp<EClassifier,EStructuralFeature>newReferredAssociationClass - the new value of the 'Referred Association Class' reference.AssociationClassCallExp.getReferredAssociationClass()
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class NavigationCallExpImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in class NavigationCallExpImplpublic void eUnset(int featureID)
eUnset in class NavigationCallExpImplpublic boolean eIsSet(int featureID)
eIsSet in class NavigationCallExpImpl
public int eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass)
eBaseStructuralFeatureID in class NavigationCallExpImpl
public int eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass)
eDerivedStructuralFeatureID in class NavigationCallExpImplpublic <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImpl
accept in interface Visitableaccept in class OCLExpressionImpl
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||