public class GeppettoModelImpl extends MinimalEObjectImpl.Container implements GeppettoModel
Modifier and Type | Field and Description |
---|---|
protected <any> |
dataSources
The cached value of the '
Data Sources ' containment reference list. |
protected java.lang.String |
id
The cached value of the '
Id ' attribute. |
protected static java.lang.String |
ID_EDEFAULT
The default value of the '
Id ' attribute. |
protected <any> |
libraries
The cached value of the '
Libraries ' containment reference list. |
protected java.lang.String |
name
The cached value of the '
Name ' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name ' attribute. |
protected <any> |
queries
The cached value of the '
Queries ' containment reference list. |
protected <any> |
tags
The cached value of the '
Tags ' containment reference list. |
protected <any> |
variables
The cached value of the '
Variables ' containment reference list. |
Modifier | Constructor and Description |
---|---|
protected |
GeppettoModelImpl() |
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> |
getDataSources() |
java.lang.String |
getId() |
<any> |
getLibraries() |
java.lang.String |
getName() |
<any> |
getQueries() |
<any> |
getTags() |
<any> |
getVariables() |
void |
setId(java.lang.String newId) |
void |
setName(java.lang.String newName) |
java.lang.String |
toString() |
protected <any> variables
Variables
' containment reference list.
getVariables()
protected <any> libraries
Libraries
' containment reference list.
getLibraries()
protected <any> tags
Tags
' containment reference list.
getTags()
protected static final java.lang.String ID_EDEFAULT
Id
' attribute.
getId()
,
Constant Field Valuesprotected static final java.lang.String NAME_EDEFAULT
Name
' attribute.
getName()
,
Constant Field Valuesprotected <any> dataSources
Data Sources
' containment reference list.
getDataSources()
protected <any> queries
Queries
' containment reference list.
getQueries()
protected EClass eStaticClass()
public <any> getVariables()
getVariables
in interface GeppettoModel
GeppettoPackage.getGeppettoModel_Variables()
public <any> getLibraries()
getLibraries
in interface GeppettoModel
GeppettoPackage.getGeppettoModel_Libraries()
public <any> getTags()
getTags
in interface GeppettoModel
GeppettoPackage.getGeppettoModel_Tags()
public java.lang.String getId()
getId
in interface GeppettoModel
GeppettoModel.setId(String)
,
GeppettoPackage.getGeppettoModel_Id()
public void setId(java.lang.String newId)
setId
in interface GeppettoModel
newId
- the new value of the 'Id' attribute.GeppettoModel.getId()
public java.lang.String getName()
getName
in interface GeppettoModel
GeppettoModel.setName(String)
,
GeppettoPackage.getGeppettoModel_Name()
public void setName(java.lang.String newName)
setName
in interface GeppettoModel
newName
- the new value of the 'Name' attribute.GeppettoModel.getName()
public <any> getDataSources()
getDataSources
in interface GeppettoModel
GeppettoPackage.getGeppettoModel_DataSources()
public <any> getQueries()
getQueries
in interface GeppettoModel
GeppettoPackage.getGeppettoModel_Queries()
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)
public java.lang.String toString()