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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CommandImpl

public interface Command
extends java.io.Serializable

A representation of the model object 'Command'.

The following features are supported:


Method Summary
 java.lang.String getKind()
          Returns the value of the 'Kind' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.util.List getParameter()
          Returns the value of the 'Parameter' containment reference list.
 java.util.List getResultDescriptor()
          Returns the value of the 'Result Descriptor' containment reference list.
 java.lang.String getSQL()
          Returns the value of the 'SQL' attribute.
 void setKind(java.lang.String value)
          Sets the value of the 'Kind' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setSQL(java.lang.String value)
          Sets the value of the 'SQL' attribute.
 

Method Detail

getParameter

java.util.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

java.util.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.

getName

java.lang.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(java.lang.String value)
Sets the value of the 'Name' attribute.

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

getSQL

java.lang.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(java.lang.String value)
Sets the value of the 'SQL' attribute.

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

getKind

java.lang.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(java.lang.String value)
Sets the value of the 'Kind' attribute.

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


Copyright © 2007 Apache Software Foundation. All Rights Reserved.