public class MapLiteralPartImpl extends ElementImpl implements MapLiteralPart
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
NotificationChain |
basicSetOwnedKey(OCLExpression newOwnedKey,
NotificationChain msgs) |
NotificationChain |
basicSetOwnedValue(OCLExpression newOwnedValue,
NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
OCLExpression |
getOwnedKey() |
OCLExpression |
getOwnedValue() |
void |
setOwnedKey(OCLExpression newOwnedKey) |
void |
setOwnedValue(OCLExpression newOwnedValue) |
allOwnedElements, eInverseAdd, eInvoke, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValue, toStringgetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic OCLExpression getOwnedKey()
getOwnedKey in interface MapLiteralPartMapLiteralPart.setOwnedKey(OCLExpression),
PivotPackage.getMapLiteralPart_OwnedKey()public NotificationChain basicSetOwnedKey(OCLExpression newOwnedKey, NotificationChain msgs)
public void setOwnedKey(OCLExpression newOwnedKey)
setOwnedKey in interface MapLiteralPartnewOwnedKey - the new value of the 'Owned Key' containment reference.MapLiteralPart.getOwnedKey()public OCLExpression getOwnedValue()
getOwnedValue in interface MapLiteralPartMapLiteralPart.setOwnedValue(OCLExpression),
PivotPackage.getMapLiteralPart_OwnedValue()public NotificationChain basicSetOwnedValue(OCLExpression newOwnedValue, NotificationChain msgs)
public void setOwnedValue(OCLExpression newOwnedValue)
setOwnedValue in interface MapLiteralPartnewOwnedValue - the new value of the 'Owned Value' containment reference.MapLiteralPart.getOwnedValue()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ElementImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class ElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class ElementImplpublic void eUnset(int featureID)
eUnset in class ElementImplpublic boolean eIsSet(int featureID)
eIsSet in class ElementImplpublic <R> R accept(Visitor<R> visitor)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.