public class DataSourceLibraryConfigurationImpl extends MinimalEObjectImpl.Container implements DataSourceLibraryConfiguration
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
format
The cached value of the '
Format ' attribute. |
protected static java.lang.String |
FORMAT_EDEFAULT
The default value of the '
Format ' attribute. |
protected GeppettoLibrary |
library
The cached value of the '
Library ' reference. |
protected static java.lang.String |
MODEL_INTERPRETER_ID_EDEFAULT
The default value of the '
Model Interpreter Id ' attribute. |
protected java.lang.String |
modelInterpreterId
The cached value of the '
Model Interpreter Id ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
DataSourceLibraryConfigurationImpl() |
Modifier and Type | Method and Description |
---|---|
GeppettoLibrary |
basicGetLibrary() |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getFormat() |
GeppettoLibrary |
getLibrary() |
java.lang.String |
getModelInterpreterId() |
void |
setFormat(java.lang.String newFormat) |
void |
setLibrary(GeppettoLibrary newLibrary) |
void |
setModelInterpreterId(java.lang.String newModelInterpreterId) |
java.lang.String |
toString() |
protected GeppettoLibrary library
Library
' reference.
getLibrary()
protected static final java.lang.String MODEL_INTERPRETER_ID_EDEFAULT
Model Interpreter Id
' attribute.
getModelInterpreterId()
protected java.lang.String modelInterpreterId
Model Interpreter Id
' attribute.
getModelInterpreterId()
protected static final java.lang.String FORMAT_EDEFAULT
Format
' attribute.
getFormat()
protected java.lang.String format
Format
' attribute.
getFormat()
protected DataSourceLibraryConfigurationImpl()
protected EClass eStaticClass()
public GeppettoLibrary getLibrary()
getLibrary
in interface DataSourceLibraryConfiguration
DataSourceLibraryConfiguration.setLibrary(GeppettoLibrary)
,
DatasourcesPackage.getDataSourceLibraryConfiguration_Library()
public GeppettoLibrary basicGetLibrary()
public void setLibrary(GeppettoLibrary newLibrary)
setLibrary
in interface DataSourceLibraryConfiguration
newLibrary
- the new value of the 'Library' reference.DataSourceLibraryConfiguration.getLibrary()
public java.lang.String getModelInterpreterId()
getModelInterpreterId
in interface DataSourceLibraryConfiguration
DataSourceLibraryConfiguration.setModelInterpreterId(String)
,
DatasourcesPackage.getDataSourceLibraryConfiguration_ModelInterpreterId()
public void setModelInterpreterId(java.lang.String newModelInterpreterId)
setModelInterpreterId
in interface DataSourceLibraryConfiguration
newModelInterpreterId
- the new value of the 'Model Interpreter Id' attribute.DataSourceLibraryConfiguration.getModelInterpreterId()
public java.lang.String getFormat()
getFormat
in interface DataSourceLibraryConfiguration
DataSourceLibraryConfiguration.setFormat(String)
,
DatasourcesPackage.getDataSourceLibraryConfiguration_Format()
public void setFormat(java.lang.String newFormat)
setFormat
in interface DataSourceLibraryConfiguration
newFormat
- the new value of the 'Format' attribute.DataSourceLibraryConfiguration.getFormat()
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()