org.eclipse.ocl.examples.pivot
Interface PropertyCallExp

All Superinterfaces:
CallExp, Element, org.eclipse.emf.ecore.EObject, FeatureCallExp, MonikeredElement, Nameable, NamedElement, NavigationCallExp, org.eclipse.emf.common.notify.Notifier, OclExpression, PivotObject, TypedElement, Visitable
All Known Implementing Classes:
PropertyCallExpImpl

public interface PropertyCallExp
extends NavigationCallExp

A representation of the model object 'Property Call Exp'.

The following features are supported:

See Also:
PivotPackage.getPropertyCallExp()
Generated
Model

Method Summary
 Property getReferredProperty()
          Returns the value of the 'Referred Property' reference.
 void setReferredProperty(Property value)
          Sets the value of the 'Referred Property' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NavigationCallExp
getNavigationSource, getQualifiers, setNavigationSource
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.FeatureCallExp
isPre, setIsPre
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.CallExp
createSource, getSource, isImplicit, setImplicit, setSource
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotations, getOwnedRules, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MonikeredElement
getMoniker, hasMoniker, setMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
createOwnedComment, getETarget, getOwnedComments
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 

Method Detail

getReferredProperty

Property getReferredProperty()
Returns the value of the 'Referred Property' reference.

If the meaning of the 'Referred Property' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Referred Property' reference.
See Also:
setReferredProperty(Property), PivotPackage.getPropertyCallExp_ReferredProperty()
Generated
Model
ordered="false"

setReferredProperty

void setReferredProperty(Property value)
Sets the value of the 'Referred Property' reference.

Parameters:
value - the new value of the 'Referred Property' reference.
See Also:
getReferredProperty()
Generated