public abstract class NavigationCallExpImpl extends FeatureCallExpImpl implements NavigationCallExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
Property |
basicGetNavigationSource() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
Property |
getNavigationSource() |
List<OCLExpression> |
getQualifiers() |
void |
setNavigationSource(Property newNavigationSource) |
isIsPre, setIsPre, toStringbasicSetOwnedSource, eInverseRemove, eInvoke, getOwnedSource, isIsImplicit, isIsSafe, setIsImplicit, setIsSafe, setOwnedSource, validateTypeIsNotInvalidgetTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullbasicGetType, CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, eInverseAdd, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitisIsPre, setIsPregetOwnedSource, isIsImplicit, isIsSafe, setIsImplicit, setIsSafe, setOwnedSource, validateTypeIsNotInvalidgetTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic List<OCLExpression> getQualifiers()
getQualifiers in interface NavigationCallExpPivotPackage.getNavigationCallExp_Qualifiers()public Property getNavigationSource()
getNavigationSource in interface NavigationCallExpNavigationCallExp.setNavigationSource(Property),
PivotPackage.getNavigationCallExp_NavigationSource()public Property basicGetNavigationSource()
public void setNavigationSource(Property newNavigationSource)
setNavigationSource in interface NavigationCallExpnewNavigationSource - the new value of the 'Navigation Source' reference.NavigationCallExp.getNavigationSource()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class FeatureCallExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class FeatureCallExpImplpublic void eUnset(int featureID)
eUnset in class FeatureCallExpImplpublic boolean eIsSet(int featureID)
eIsSet in class FeatureCallExpImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.