Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.config
Interface Command

All Known Implementing Classes:
CommandImpl

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

getParameter

List getParameter()
Returns the value of the 'Parameter' containment reference list. The list contents are of type Parameter.

If the meaning of the 'Parameter' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameter' containment reference list.

getResultDescriptor

List getResultDescriptor()
Returns the value of the 'Result Descriptor' containment reference list. The list contents are of type ResultDescriptor.

If the meaning of the 'Result Descriptor' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Result Descriptor' containment reference list.

getConfig

String getConfig()
Returns the value of the 'Config' attribute.

If the meaning of the 'Config' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Config' attribute.
See Also:
setConfig(String)

setConfig

void setConfig(String value)
Sets the value of the 'Config' attribute.

Parameters:
value - the new value of the 'Config' attribute.
See Also:
getConfig()

getKind

String getKind()
Returns the value of the 'Kind' attribute.

If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Kind' attribute.
See Also:
setKind(String)

setKind

void setKind(String value)
Sets the value of the 'Kind' attribute.

Parameters:
value - the new value of the 'Kind' attribute.
See Also:
getKind()

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String)

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getSQL

String getSQL()
Returns the value of the 'SQL' attribute.

If the meaning of the 'SQL' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'SQL' attribute.
See Also:
setSQL(String)

setSQL

void setSQL(String value)
Sets the value of the 'SQL' attribute.

Parameters:
value - the new value of the 'SQL' attribute.
See Also:
getSQL()

Tuscany DAS for Relational Databases

-