org.eclipse.ocl.examples.pivot
Interface TupleLiteralPart

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

public interface TupleLiteralPart
extends VariableDeclaration

A representation of the model object 'Tuple Literal Part'.

The following features are supported:

See Also:
PivotPackage.getTupleLiteralPart()
Generated

Method Summary
 OCLExpression getInitExpression()
          Returns the value of the 'Init Expression' containment reference.
 TuplePartId getPartId()
           
 void setInitExpression(OCLExpression value)
          Sets the value of the 'Init Expression' containment 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
 

Method Detail

getInitExpression

OCLExpression getInitExpression()
Returns the value of the 'Init Expression' containment reference.

If the meaning of the 'Init Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Init Expression' containment reference.
See Also:
setInitExpression(OCLExpression), PivotPackage.getTupleLiteralPart_InitExpression()
Generated

setInitExpression

void setInitExpression(OCLExpression value)
Sets the value of the 'Init Expression' containment reference.

Parameters:
value - the new value of the 'Init Expression' containment reference.
See Also:
getInitExpression()
Generated

getPartId

TuplePartId getPartId()