org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl
Class DictLiteralExpImpl

java.lang.Object
  extended by LiteralExpImpl
      extended by org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl.DictLiteralExpImpl
All Implemented Interfaces:
DictLiteralExp

public class DictLiteralExpImpl
extends LiteralExpImpl
implements DictLiteralExp

An implementation of the model object 'Dict Literal Exp'.

The following features are implemented:


Field Summary
protected   part
          The cached value of the 'Part' containment reference list
 
Constructor Summary
protected DictLiteralExpImpl()
           
 
Method Summary
<T,U extends >
T
accept(U v)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getPart()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

part

protected  part
The cached value of the 'Part' containment reference list.

See Also:
getPart()
Constructor Detail

DictLiteralExpImpl

protected DictLiteralExpImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getPart

public  getPart()

Specified by:
getPart in interface DictLiteralExp
Returns:
the value of the 'Part' containment reference list.
See Also:
ImperativeOCLPackage.getDictLiteralExp_Part()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()


accept

public <T,U extends > T accept(U v)

Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.