scheduler.impl
Class SchedulerLibraryImpl

java.lang.Object
  extended by EObjectImpl
      extended by scheduler.impl.SchedulerLibraryImpl
All Implemented Interfaces:
SchedulerLibrary

public class SchedulerLibraryImpl
extends EObjectImpl
implements SchedulerLibrary

An implementation of the model object 'Library'.

The following features are implemented:


Field Summary
protected   schedulerConfiguration
          The cached value of the 'Scheduler Configuration' containment reference list.
 
Constructor Summary
protected SchedulerLibraryImpl()
           
 
Method Summary
 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)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getSchedulerConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schedulerConfiguration

protected  schedulerConfiguration
The cached value of the 'Scheduler Configuration' containment reference list.

See Also:
getSchedulerConfiguration()
Constructor Detail

SchedulerLibraryImpl

protected SchedulerLibraryImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getSchedulerConfiguration

public  getSchedulerConfiguration()

Specified by:
getSchedulerConfiguration in interface SchedulerLibrary
Returns:
the value of the 'Scheduler Configuration' containment reference list.
See Also:
SchedulerPackage.getSchedulerLibrary_SchedulerConfiguration()

eInverseRemove

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


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)