public class ModelFragmentsImpl extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements MModelFragments
| Modifier and Type | Field and Description |
|---|---|
protected <any> |
fragments
The cached value of the '
Fragments' containment reference list |
protected <any> |
imports
The cached value of the '
Imports' containment reference list |
| Modifier | Constructor and Description |
|---|---|
protected |
ModelFragmentsImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
java.util.List<MModelFragment> |
getFragments() |
java.util.List<MApplicationElement> |
getImports() |
protected <any> imports
Imports' containment reference list.
getImports()protected <any> fragments
Fragments' containment reference list.
getFragments()protected EClass eStaticClass()
public java.util.List<MApplicationElement> getImports()
getImports in interface MModelFragmentspublic java.util.List<MModelFragment> getFragments()
getFragments in interface MModelFragmentspublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)