org.eclipse.ocl.ecore
Interface OppositePropertyCallExp

All Superinterfaces:
ASTNode, CallExp<org.eclipse.emf.ecore.EClassifier>, CallingASTNode, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.ETypedElement, FeatureCallExp<org.eclipse.emf.ecore.EClassifier>, NavigationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EStructuralFeature>, org.eclipse.emf.common.notify.Notifier, OCLExpression<org.eclipse.emf.ecore.EClassifier>, TypedElement<org.eclipse.emf.ecore.EClassifier>, Visitable
All Known Implementing Classes:
OppositePropertyCallExpImpl

public interface OppositePropertyCallExp
extends NavigationCallExp

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

Since:
3.1

The following features are supported:

See Also:
EcorePackage.getOppositePropertyCallExp()
Generated
Model

Field Summary
 
Fields inherited from interface org.eclipse.emf.ecore.ETypedElement
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY
 
Method Summary
 org.eclipse.emf.ecore.EReference getReferredOppositeProperty()
          Returns the value of the 'Referred Opposite Property' reference.
 void setReferredOppositeProperty(org.eclipse.emf.ecore.EReference value)
          Sets the value of the 'Referred Opposite Property' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.ETypedElement
getEGenericType, getEType, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEGenericType, setEType, setLowerBound, setOrdered, setUnique, setUpperBound
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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.expressions.NavigationCallExp
getNavigationSource, getQualifier, setNavigationSource
 
Methods inherited from interface org.eclipse.ocl.expressions.FeatureCallExp
isMarkedPre, setMarkedPre
 
Methods inherited from interface org.eclipse.ocl.expressions.CallExp
getSource, setSource
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.CallingASTNode
getPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPosition
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 

Method Detail

getReferredOppositeProperty

org.eclipse.emf.ecore.EReference getReferredOppositeProperty()
Returns the value of the 'Referred Opposite Property' reference.

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

Returns:
the value of the 'Referred Opposite Property' reference.
See Also:
setReferredOppositeProperty(EReference), EcorePackage.getOppositePropertyCallExp_ReferredOppositeProperty()
Generated
Model
required="true"

setReferredOppositeProperty

void setReferredOppositeProperty(org.eclipse.emf.ecore.EReference value)
Sets the value of the 'Referred Opposite Property' reference.

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