public class PropertyCallExpImpl extends NavigationCallExpImpl implements PropertyCallExp
The following features are implemented:
| Type | Property and Description |
|---|---|
Property |
basicGetReferred |
| 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 |
basicGetReferredProperty() |
int |
eDerivedOperationID(int baseOperationID,
Class<?> baseClass) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
Element |
getReferredElement() |
Property |
getReferredProperty() |
Class |
getSpecializedReferredPropertyOwningType() |
Class |
getSpecializedReferredPropertyType() |
void |
setReferredProperty(Property newReferredProperty) |
boolean |
validateCompatibleResultType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateNonStaticSourceTypeIsConformant(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateSafeSourceCanBeNull(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateUnsafeSourceCanNotBeNull(DiagnosticChain diagnostics,
Map<Object,Object> context) |
basicGetNavigationSource, getNavigationSource, getQualifiers, setNavigationSourceisIsPre, setIsPre, toStringbasicSetOwnedSource, eInverseRemove, 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, waitgetNavigationSource, getQualifiers, setNavigationSourceisIsPre, 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 Property basicGetReferredProperty
public Property getReferredProperty()
getReferredProperty in interface PropertyCallExpPropertyCallExp.setReferredProperty(Property),
PivotPackage.getPropertyCallExp_ReferredProperty()public Property basicGetReferredProperty()
public void setReferredProperty(Property newReferredProperty)
setReferredProperty in interface PropertyCallExpnewReferredProperty - the new value of the 'Referred Property' reference.PropertyCallExp.getReferredProperty()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 eDerivedOperationID(int baseOperationID,
Class<?> baseClass)
public Object eInvoke(int operationID, <any> arguments) throws InvocationTargetException
eInvoke in class CallExpImplInvocationTargetExceptionpublic <R> R accept(Visitor<R> visitor)
Elementpublic Element getReferredElement()
getReferredElement in interface ReferringElementpublic Class getSpecializedReferredPropertyOwningType()
getSpecializedReferredPropertyOwningType in interface PropertyCallExppublic Class getSpecializedReferredPropertyType()
getSpecializedReferredPropertyType in interface PropertyCallExppublic boolean validateNonStaticSourceTypeIsConformant(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateNonStaticSourceTypeIsConformant in interface PropertyCallExppublic boolean validateSafeSourceCanBeNull(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateSafeSourceCanBeNull in interface PropertyCallExppublic boolean validateUnsafeSourceCanNotBeNull(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateUnsafeSourceCanNotBeNull in interface PropertyCallExppublic boolean validateCompatibleResultType(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateCompatibleResultType in interface PropertyCallExpCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.