org.eclipse.ocl.examples.pivot
Interface TupleLiteralPart

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, MonikeredElement, 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
Model

Method Summary
 OclExpression createInitExpression(org.eclipse.emf.ecore.EClass eClass)
          Creates a new OclExpression and sets the 'Init Expression' containment reference.
 OclExpression getInitExpression()
          Returns the value of the 'Init Expression' containment reference.
 void setInitExpression(OclExpression value)
          Sets the value of the 'Init Expression' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotations, getOwnedRules, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MonikeredElement
getMoniker, hasMoniker, setMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
createOwnedComment, getETarget, getOwnedComments
 
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
 

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
Model
containment="true" ordered="false"

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

createInitExpression

OclExpression createInitExpression(org.eclipse.emf.ecore.EClass eClass)
Creates a new OclExpression and sets the 'Init Expression' containment reference.

Parameters:
eClass - The Ecore class of the OclExpression to create.
Returns:
The new OclExpression.
See Also:
getInitExpression()
Generated