org.eclipse.ocl.examples.pivot
Interface VariableExp

All Superinterfaces:
DomainElement, DomainExpression, DomainNamedElement, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, OCLExpression, PivotObject, ReferringElement, TypedElement, Visitable
All Known Implementing Classes:
VariableExpImpl

public interface VariableExp
extends OCLExpression, ReferringElement

A representation of the model object 'Variable Exp'.

The following features are supported:

See Also:
PivotPackage.getVariableExp()
Generated

Method Summary
 VariableDeclaration getReferredVariable()
          Returns the value of the 'Referred Variable' reference.
 boolean isImplicit()
          Returns the value of the 'Implicit' attribute.
 void setImplicit(boolean value)
          Sets the value of the 'Implicit' attribute.
 void setReferredVariable(VariableDeclaration value)
          Sets the value of the 'Referred Variable' reference.
 
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.DomainTypedElement
getTypeId
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.ReferringElement
getReferredElement
 

Method Detail

getReferredVariable

VariableDeclaration getReferredVariable()
Returns the value of the 'Referred Variable' reference.

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

Returns:
the value of the 'Referred Variable' reference.
See Also:
setReferredVariable(VariableDeclaration), PivotPackage.getVariableExp_ReferredVariable()
Generated

setReferredVariable

void setReferredVariable(VariableDeclaration value)
Sets the value of the 'Referred Variable' reference.

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

isImplicit

boolean isImplicit()
Returns the value of the 'Implicit' attribute. The default value is "false".

If the meaning of the 'Implicit' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Implicit' attribute.
See Also:
setImplicit(boolean), PivotPackage.getVariableExp_Implicit()
Generated

setImplicit

void setImplicit(boolean value)
Sets the value of the 'Implicit' attribute.

Parameters:
value - the new value of the 'Implicit' attribute.
See Also:
isImplicit()
Generated