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

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

public interface Delete
extends java.io.Serializable

A representation of the model object 'Delete'.

The following features are supported:


Method Summary
 Parameters getParameters()
          Returns the value of the 'Parameters' containment reference.
 java.lang.String getSql()
          Returns the value of the 'Sql' attribute.
 void setParameters(Parameters value)
          Sets the value of the 'Parameters' containment reference.
 void setSql(java.lang.String value)
          Sets the value of the 'Sql' attribute.
 

Method Detail

getParameters

Parameters getParameters()
Returns the value of the 'Parameters' containment reference.

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

Returns:
the value of the 'Parameters' containment reference.
See Also:
setParameters(Parameters)

setParameters

void setParameters(Parameters value)
Sets the value of the 'Parameters' containment reference.

Parameters:
value - the new value of the 'Parameters' containment reference.
See Also:
getParameters()

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()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.