org.eclipse.ocl.examples.pivot
Interface AssociationClassCallExp

All Superinterfaces:
CallExp, DomainCallExp, DomainElement, DomainExpression, DomainNamedElement, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, FeatureCallExp, Nameable, NamedElement, NavigationCallExp, org.eclipse.emf.common.notify.Notifier, OCLExpression, PivotObject, TypedElement, Visitable
All Known Implementing Classes:
AssociationClassCallExpImpl

public interface AssociationClassCallExp
extends NavigationCallExp

A representation of the model object 'Association Class Call Exp'.

The following features are supported:

See Also:
PivotPackage.getAssociationClassCallExp()
Generated

Method Summary
 AssociationClass getReferredAssociationClass()
          Returns the value of the 'Referred Association Class' reference.
 void setReferredAssociationClass(AssociationClass value)
          Sets the value of the 'Referred Association Class' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NavigationCallExp
getNavigationSource, getQualifier, setNavigationSource
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.FeatureCallExp
isPre, setIsPre
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.CallExp
getSource, isImplicit, setImplicit, setSource
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, isRequired, setIsRequired, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
getName, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainCallExp
getArgument
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainTypedElement
getTypeId
 

Method Detail

getReferredAssociationClass

AssociationClass getReferredAssociationClass()
Returns the value of the 'Referred Association Class' reference.

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

Returns:
the value of the 'Referred Association Class' reference.
See Also:
setReferredAssociationClass(AssociationClass), PivotPackage.getAssociationClassCallExp_ReferredAssociationClass()
Generated

setReferredAssociationClass

void setReferredAssociationClass(AssociationClass value)
Sets the value of the 'Referred Association Class' reference.

Parameters:
value - the new value of the 'Referred Association Class' reference.
See Also:
getReferredAssociationClass()
Generated