public class MapLiteralPartCSImpl extends ModelElementCSImpl implements MapLiteralPartCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(BaseCSVisitor<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(ExpCS newOwnedKey,
NotificationChain msgs) |
NotificationChain |
basicSetOwnedValue(ExpCS 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) |
ExpCS |
getOwnedKey() |
ExpCS |
getOwnedValue() |
void |
setOwnedKey(ExpCS newOwnedKey) |
void |
setOwnedValue(ExpCS newOwnedValue) |
getOriginalXmiId, getOwnedAnnotations, setOriginalXmiId, toStringgetPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic ExpCS getOwnedKey()
getOwnedKey in interface MapLiteralPartCSMapLiteralPartCS.setOwnedKey(ExpCS),
EssentialOCLCSPackage.getMapLiteralPartCS_OwnedKey()public NotificationChain basicSetOwnedKey(ExpCS newOwnedKey, NotificationChain msgs)
public void setOwnedKey(ExpCS newOwnedKey)
setOwnedKey in interface MapLiteralPartCSnewOwnedKey - the new value of the 'Owned Key' containment reference.MapLiteralPartCS.getOwnedKey()public ExpCS getOwnedValue()
getOwnedValue in interface MapLiteralPartCSMapLiteralPartCS.setOwnedValue(ExpCS),
EssentialOCLCSPackage.getMapLiteralPartCS_OwnedValue()public NotificationChain basicSetOwnedValue(ExpCS newOwnedValue, NotificationChain msgs)
public void setOwnedValue(ExpCS newOwnedValue)
setOwnedValue in interface MapLiteralPartCSnewOwnedValue - the new value of the 'Owned Value' containment reference.MapLiteralPartCS.getOwnedValue()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ModelElementCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class ModelElementCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class ModelElementCSImplpublic void eUnset(int featureID)
eUnset in class ModelElementCSImplpublic boolean eIsSet(int featureID)
eIsSet in class ModelElementCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class ElementCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.