LqnCore.impl
Class PhaseActivitiesImpl

java.lang.Object
  extended by EObjectImpl
      extended by LqnCore.impl.PhaseActivitiesImpl
All Implemented Interfaces:
PhaseActivities

public class PhaseActivitiesImpl
extends EObjectImpl
implements PhaseActivities

An implementation of the model object 'Phase Activities'.

The following features are implemented:


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

Field Detail

activity

protected  activity
The cached value of the 'Activity' containment reference list.

See Also:
getActivity()
Constructor Detail

PhaseActivitiesImpl

protected PhaseActivitiesImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getActivity

public  getActivity()

Specified by:
getActivity in interface PhaseActivities
Returns:
the value of the 'Activity' containment reference list.
See Also:
LqnCorePackage.getPhaseActivities_Activity()

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)