org.eclipse.gmt.umlx.imperativeocl
Interface DictLiteralPart

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

public interface DictLiteralPart
extends Element

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

The following features are supported:

See Also:
ImperativeoclPackage.getDictLiteralPart()

Method Summary
 OclExpression getKey()
          Returns the value of the 'Key' containment reference.
 OclExpression getValue()
          Returns the value of the 'Value' containment reference.
 void setKey(OclExpression value)
          Sets the value of the 'Key' containment reference.
 void setValue(OclExpression value)
          Sets the value of the 'Value' containment reference.
 
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

getKey

OclExpression getKey()
Returns the value of the 'Key' containment reference.

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

Returns:
the value of the 'Key' containment reference.
See Also:
setKey(OclExpression), ImperativeoclPackage.getDictLiteralPart_Key()

setKey

void setKey(OclExpression value)
Sets the value of the 'Key' containment reference.

Parameters:
value - the new value of the 'Key' containment reference.
See Also:
getKey()

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), ImperativeoclPackage.getDictLiteralPart_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()