org.eclipse.emf.ocl.expressions
Interface PropertyCallExp
- All Superinterfaces:
- ASTNode, CallExp, CallingASTNode, EModelElement, ENamedElement, EObject, FeatureCallExp, NavigationCallExp, Notifier, OCLExpression, TypedElement, Visitable
- All Known Implementing Classes:
- PropertyCallExpImpl
Deprecated. Use the PropertyCallExp
interface,
instead.
@Deprecated
public interface PropertyCallExp
- extends NavigationCallExp
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.ocl.utilities.Visitable |
accept |
copyright
static final String copyright
- Deprecated.
-
- See Also:
- Constant Field Values
getReferredProperty
EStructuralFeature getReferredProperty()
- Deprecated.
- 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(EStructuralFeature)
,
ExpressionsPackage.getPropertyCallExp_ReferredProperty()
setReferredProperty
void setReferredProperty(EStructuralFeature value)
- Deprecated.
- Sets the value of the '
Referred Property
' reference.
- Parameters:
value
- the new value of the 'Referred Property' reference.- See Also:
getReferredProperty()