ujf.verimag.bip.Extra.Time.impl
Class TimeResetImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Extra.Time.impl.TimeResetImpl
All Implemented Interfaces:
TimeReset

public class TimeResetImpl
extends EObjectImpl
implements TimeReset

An implementation of the model object 'Reset'.

The following features are implemented:


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

Field Detail

clock

protected  clock
The cached value of the 'Clock' containment reference list.

See Also:
getClock()
Constructor Detail

TimeResetImpl

protected TimeResetImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getClock

public  getClock()

Specified by:
getClock in interface TimeReset
Returns:
the value of the 'Clock' containment reference list.
See Also:
TimePackage.getTimeReset_Clock()

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)