org.eclipse.ocl.expressions.impl
Class PropertyCallExpImpl<C,P>
java.lang.Object
  
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      
org.eclipse.emf.ecore.impl.BasicEObjectImpl
          
org.eclipse.emf.ecore.impl.EObjectImpl
              
org.eclipse.ocl.expressions.impl.OCLExpressionImpl<C>
                  
org.eclipse.ocl.expressions.impl.CallExpImpl<C>
                      
org.eclipse.ocl.expressions.impl.FeatureCallExpImpl<C>
                          
org.eclipse.ocl.expressions.impl.NavigationCallExpImpl<C,P>
                              
org.eclipse.ocl.expressions.impl.PropertyCallExpImpl<C,P>
- All Implemented Interfaces: 
 - Notifier, EObject, InternalEObject, CallExp<C>, FeatureCallExp<C>, NavigationCallExp<C,P>, OCLExpression<C>, PropertyCallExp<C,P>, ASTNode, CallingASTNode, TypedElement<C>, Visitable
 
public class PropertyCallExpImpl<C,P>
- extends NavigationCallExpImpl<C,P>
- implements PropertyCallExp<C,P>
  
 An implementation of the model object 'Property Call Exp'.
 
 
 The following features are implemented:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
| 
Method Summary | 
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> 
 
T | 
 
 
 | 
accept(U v)
 
            | 
 P | 
basicGetReferredProperty()
 
            | 
 Object | 
eGet(int featureID,
     boolean resolve,
     boolean coreType)
 
            | 
 boolean | 
eIsSet(int featureID)
 
            | 
 void | 
eSet(int featureID,
     Object newValue)
 
            | 
protected  EClass | 
eStaticClass()
 
            | 
 void | 
eUnset(int featureID)
 
            | 
 P | 
getReferredProperty()
 
            | 
 void | 
setReferredProperty(P newReferredProperty)
 
            | 
 
 
 
 
 
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl | 
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI | 
 
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl | 
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues | 
 
 
 
 
 
 
 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
 
 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
 
 
 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
 
 
 
 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
 
 
 
referredProperty
protected P referredProperty
- The cached value of the '
Referred Property' reference.
 
 
- See Also:
 getReferredProperty()
 
PropertyCallExpImpl
protected PropertyCallExpImpl()
- 
 
 
eStaticClass
protected EClass eStaticClass()
- 
 
- Overrides:
 eStaticClass in class NavigationCallExpImpl<C,P>
 
 
 
getReferredProperty
public P getReferredProperty()
- 
 
- Specified by:
 getReferredProperty in interface PropertyCallExp<C,P>
 
- Returns:
 - the value of the 'Referred Property' reference.
 - See Also:
 PropertyCallExp.setReferredProperty(Object), 
ExpressionsPackage.getPropertyCallExp_ReferredProperty()
 
 
basicGetReferredProperty
public P basicGetReferredProperty()
- 
 
 
 
 
setReferredProperty
public void setReferredProperty(P newReferredProperty)
- 
 
- Specified by:
 setReferredProperty in interface PropertyCallExp<C,P>
 
- Parameters:
 newReferredProperty - the new value of the 'Referred Property' reference.- See Also:
 PropertyCallExp.getReferredProperty()
 
 
eGet
public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)
- 
 
- Specified by:
 eGet in interface InternalEObject- Overrides:
 eGet in class NavigationCallExpImpl<C,P>
 
 
 
eSet
public void eSet(int featureID,
                 Object newValue)
- 
 
- Specified by:
 eSet in interface InternalEObject- Overrides:
 eSet in class NavigationCallExpImpl<C,P>
 
 
 
eUnset
public void eUnset(int featureID)
- 
 
- Specified by:
 eUnset in interface InternalEObject- Overrides:
 eUnset in class NavigationCallExpImpl<C,P>
 
 
 
eIsSet
public boolean eIsSet(int featureID)
- 
 
- Specified by:
 eIsSet in interface InternalEObject- Overrides:
 eIsSet in class NavigationCallExpImpl<C,P>
 
 
 
accept
public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
- Description copied from class: 
OCLExpressionImpl 
- 
 
- Specified by:
 accept in interface Visitable- Overrides:
 accept in class OCLExpressionImpl<C>