ujf.verimag.bip.cmodel.impl
Class CBlockImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CBlockImpl
All Implemented Interfaces:
CBlock
Direct Known Subclasses:
CBlockStmImpl, CCaseItemImpl, CForImpl, CWhileStmImpl

public abstract class CBlockImpl
extends EObjectImpl
implements CBlock

An implementation of the model object 'CBlock'.

The following features are implemented:


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

Field Detail

content

protected EList content
The cached value of the 'Content' containment reference list.

See Also:
getContent()
Constructor Detail

CBlockImpl

protected CBlockImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getContent

public EList getContent()

Specified by:
getContent in interface CBlock
Returns:
the value of the 'Content' containment reference list.
See Also:
CmodelPackage.getCBlock_Content()

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)