public class GeppettoLibraryImpl extends NodeImpl implements GeppettoLibrary
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected <any> |
sharedTypes
The cached value of the '
Shared Types ' reference list. |
protected <any> |
types
The cached value of the '
Types ' containment reference list. |
id, ID_EDEFAULT, name, NAME_EDEFAULT, synched, SYNCHED_EDEFAULT, tags
Modifier | Constructor and Description |
---|---|
protected |
GeppettoLibraryImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
java.lang.Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
<any> |
getSharedTypes() |
Type |
getTypeById() |
Type |
getTypeById(java.lang.String id) |
<any> |
getTypes() |
getId, getName, getPath, getTags, isSynched, setId, setName, setSynched, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
protected <any> types
Types
' containment reference list.
getTypes()
protected <any> sharedTypes
Shared Types
' reference list.
getSharedTypes()
protected EClass eStaticClass()
eStaticClass
in class NodeImpl
public <any> getTypes()
getTypes
in interface GeppettoLibrary
GeppettoPackage.getGeppettoLibrary_Types()
public <any> getSharedTypes()
getSharedTypes
in interface GeppettoLibrary
GeppettoPackage.getGeppettoLibrary_SharedTypes()
public Type getTypeById()
getTypeById
in interface GeppettoLibrary
public Type getTypeById(java.lang.String id)
getTypeById
in interface GeppettoLibrary
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)