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

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

public class ListLiteralExpImpl
extends LiteralExpImpl
implements ListLiteralExp

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

The following features are implemented:

Since:
3.0

Field Summary
protected   element
          The cached value of the 'Element' containment reference list
 
Constructor Summary
protected ListLiteralExpImpl()
           
 
Method Summary
 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)
           
  getElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected  element
The cached value of the 'Element' containment reference list.

See Also:
getElement()
Constructor Detail

ListLiteralExpImpl

protected ListLiteralExpImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getElement

public  getElement()

Specified by:
getElement in interface ListLiteralExp
Returns:
the value of the 'Element' containment reference list.
See Also:
ImperativeOCLPackage.getListLiteralExp_Element()

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)


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