public interface CommandsType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getLocalName()
Returns the value of the 'Local Name' attribute.
|
String |
getSql()
Returns the value of the 'Sql' attribute.
|
String |
getSql1()
Returns the value of the 'Sql1' attribute.
|
void |
setLocalName(String value)
Sets the value of the '
Local Name ' attribute. |
void |
setSql(String value)
Sets the value of the '
Sql ' attribute. |
void |
setSql1(String value)
Sets the value of the '
Sql1 ' attribute. |
String getSql()
If the meaning of the 'Sql' attribute isn't clear, there really should be more of a description here...
setSql(String)
,
ConfigurationPackage.getCommandsType_Sql()
void setSql(String value)
Sql
' attribute.
value
- the new value of the 'Sql' attribute.getSql()
String getLocalName()
If the meaning of the 'Local Name' attribute isn't clear, there really should be more of a description here...
setLocalName(String)
,
ConfigurationPackage.getCommandsType_LocalName()
void setLocalName(String value)
Local Name
' attribute.
value
- the new value of the 'Local Name' attribute.getLocalName()
String getSql1()
If the meaning of the 'Sql1' attribute isn't clear, there really should be more of a description here...
setSql1(String)
,
ConfigurationPackage.getCommandsType_Sql1()