org.eclipse.gmt.umlx.essentialocl
Interface TupleLiteralPart

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier, Object, TypedElement

public interface TupleLiteralPart
extends TypedElement

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

The following features are supported:

See Also:
EssentialoclPackage.getTupleLiteralPart()

Method Summary
 Property getAttribute()
          Returns the value of the 'Attribute' containment reference.
 TupleLiteralExp getTupleLiteralExp()
          Returns the value of the 'Tuple Literal Exp' container reference.
 OclExpression getValue()
          Returns the value of the 'Value' containment reference.
 void setAttribute(Property value)
          Sets the value of the 'Attribute' containment reference.
 void setTupleLiteralExp(TupleLiteralExp value)
          Sets the value of the 'Tuple Literal Exp' container reference.
 void setValue(OclExpression value)
          Sets the value of the 'Value' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.TypedElement
getType, setType
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement
getName, setName
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element
getOwnedComment, getTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTupleLiteralExp

TupleLiteralExp getTupleLiteralExp()
Returns the value of the 'Tuple Literal Exp' container reference. It is bidirectional and its opposite is 'Part'.

If the meaning of the 'Tuple Literal Exp' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tuple Literal Exp' container reference.
See Also:
setTupleLiteralExp(TupleLiteralExp), EssentialoclPackage.getTupleLiteralPart_TupleLiteralExp(), TupleLiteralExp.getPart()

setTupleLiteralExp

void setTupleLiteralExp(TupleLiteralExp value)
Sets the value of the 'Tuple Literal Exp' container reference.

Parameters:
value - the new value of the 'Tuple Literal Exp' container reference.
See Also:
getTupleLiteralExp()

getAttribute

Property getAttribute()
Returns the value of the 'Attribute' containment reference.

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

Returns:
the value of the 'Attribute' containment reference.
See Also:
setAttribute(Property), EssentialoclPackage.getTupleLiteralPart_Attribute()

setAttribute

void setAttribute(Property value)
Sets the value of the 'Attribute' containment reference.

Parameters:
value - the new value of the 'Attribute' containment reference.
See Also:
getAttribute()

getValue

OclExpression getValue()
Returns the value of the 'Value' containment reference.

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

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(OclExpression), EssentialoclPackage.getTupleLiteralPart_Value()

setValue

void setValue(OclExpression value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()