|
Tuscany DAS for Relational Databases | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Command
A representation of the model object 'Command'.
The following features are supported:
Method Summary | |
---|---|
String |
getConfig()
Returns the value of the 'Config' attribute. |
String |
getKind()
Returns the value of the 'Kind' attribute. |
String |
getName()
Returns the value of the 'Name' attribute. |
List |
getParameter()
Returns the value of the 'Parameter' containment reference list. |
List |
getResultDescriptor()
Returns the value of the 'Result Descriptor' containment reference list. |
String |
getSQL()
Returns the value of the 'SQL' attribute. |
void |
setConfig(String value)
Sets the value of the ' Config ' attribute. |
void |
setKind(String value)
Sets the value of the ' Kind ' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setSQL(String value)
Sets the value of the ' SQL ' attribute. |
Method Detail |
---|
List getParameter()
Parameter
.
If the meaning of the 'Parameter' containment reference list isn't clear, there really should be more of a description here...
List getResultDescriptor()
ResultDescriptor
.
If the meaning of the 'Result Descriptor' containment reference list isn't clear, there really should be more of a description here...
String getConfig()
If the meaning of the 'Config' attribute isn't clear, there really should be more of a description here...
setConfig(String)
void setConfig(String value)
Config
' attribute.
value
- the new value of the 'Config' attribute.getConfig()
String getKind()
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
setKind(String)
void setKind(String value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.getKind()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getSQL()
If the meaning of the 'SQL' attribute isn't clear, there really should be more of a description here...
setSQL(String)
void setSQL(String value)
SQL
' attribute.
value
- the new value of the 'SQL' attribute.getSQL()
|
Tuscany DAS for Relational Databases | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |