public interface DataSourceLibraryConfiguration
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormat()
Returns the value of the 'Format' attribute.
|
GeppettoLibrary |
getLibrary()
Returns the value of the 'Library' reference.
|
java.lang.String |
getModelInterpreterId()
Returns the value of the 'Model Interpreter Id' attribute.
|
void |
setFormat(java.lang.String value)
Sets the value of the '
Format ' attribute. |
void |
setLibrary(GeppettoLibrary value)
Sets the value of the '
Library ' reference. |
void |
setModelInterpreterId(java.lang.String value)
Sets the value of the '
Model Interpreter Id ' attribute. |
GeppettoLibrary getLibrary()
If the meaning of the 'Library' reference isn't clear, there really should be more of a description here...
setLibrary(GeppettoLibrary)
,
DatasourcesPackage.getDataSourceLibraryConfiguration_Library()
void setLibrary(GeppettoLibrary value)
Library
' reference.
value
- the new value of the 'Library' reference.getLibrary()
java.lang.String getModelInterpreterId()
If the meaning of the 'Model Interpreter Id' attribute isn't clear, there really should be more of a description here...
setModelInterpreterId(String)
,
DatasourcesPackage.getDataSourceLibraryConfiguration_ModelInterpreterId()
void setModelInterpreterId(java.lang.String value)
Model Interpreter Id
' attribute.
value
- the new value of the 'Model Interpreter Id' attribute.getModelInterpreterId()
java.lang.String getFormat()
If the meaning of the 'Format' attribute isn't clear, there really should be more of a description here...
setFormat(String)
,
DatasourcesPackage.getDataSourceLibraryConfiguration_Format()
void setFormat(java.lang.String value)
Format
' attribute.
value
- the new value of the 'Format' attribute.getFormat()