public class MapLiteralExpCSImpl extends LiteralExpCSImpl implements MapLiteralExpCS
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 |
basicSetOwnedType(MapTypeCS newOwnedType,
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) |
<any> |
getOwnedParts() |
MapTypeCS |
getOwnedType() |
void |
setOwnedType(MapTypeCS newOwnedType) |
getLocalLeft, getLocalLeftContainer, getLocalLeftmostDescendant, getLocalParent, getLocalRight, getLocalRightContainer, getLocalRightmostDescendant, getParent, getPrecedence, isHasError, isLocalLeftAncestorOf, isLocalRightAncestorOf, resetPivot, setHasError, setPrecedence, toStringgetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocalLeft, getLocalLeftContainer, getLocalLeftmostDescendant, getLocalParent, getLocalRight, getLocalRightContainer, getLocalRightmostDescendant, getPrecedence, isHasError, isLocalLeftAncestorOf, isLocalRightAncestorOf, setHasError, setPrecedencegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic <any> getOwnedParts()
getOwnedParts in interface MapLiteralExpCSEssentialOCLCSPackage.getMapLiteralExpCS_OwnedParts()public MapTypeCS getOwnedType()
getOwnedType in interface MapLiteralExpCSMapLiteralExpCS.setOwnedType(MapTypeCS),
EssentialOCLCSPackage.getMapLiteralExpCS_OwnedType()public NotificationChain basicSetOwnedType(MapTypeCS newOwnedType, NotificationChain msgs)
public void setOwnedType(MapTypeCS newOwnedType)
setOwnedType in interface MapLiteralExpCSnewOwnedType - the new value of the 'Owned Type' containment reference.MapLiteralExpCS.getOwnedType()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ModelElementCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID,
Object newValue)
public <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class LiteralExpCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.