public class LibraryManagerImpl extends MinimalEObjectImpl.Container implements LibraryManager
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected <any> |
libraries
The cached value of the '
Libraries ' containment reference list. |
Modifier | Constructor and Description |
---|---|
protected |
LibraryManagerImpl() |
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) |
<any> |
getLibraries() |
protected <any> libraries
Libraries
' containment reference list.
getLibraries()
protected EClass eStaticClass()
public <any> getLibraries()
getLibraries
in interface LibraryManager
GeppettoPackage.getLibraryManager_Libraries()
public 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)