public interface TupleLiteralPart
A representation of the model object 'Tuple Literal Part'.
The following features are supported:
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 |
---|
TupleLiteralExp getTupleLiteralExp()
Part
'.
If the meaning of the 'Tuple Literal Exp' container reference isn't clear, there really should be more of a description here...
setTupleLiteralExp(TupleLiteralExp)
,
EssentialoclPackage.getTupleLiteralPart_TupleLiteralExp()
,
TupleLiteralExp.getPart()
void setTupleLiteralExp(TupleLiteralExp value)
Tuple Literal Exp
' container reference.
value
- the new value of the 'Tuple Literal Exp' container reference.getTupleLiteralExp()
Property getAttribute()
If the meaning of the 'Attribute' containment reference isn't clear, there really should be more of a description here...
setAttribute(Property)
,
EssentialoclPackage.getTupleLiteralPart_Attribute()
void setAttribute(Property value)
Attribute
' containment reference.
value
- the new value of the 'Attribute' containment reference.getAttribute()
OclExpression getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(OclExpression)
,
EssentialoclPackage.getTupleLiteralPart_Value()
void setValue(OclExpression value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()