From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/das/rdb/config/ResultDescriptor.html | 460 +++++++++++++++++++++ 1 file changed, 460 insertions(+) create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/config/ResultDescriptor.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/config/ResultDescriptor.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/config/ResultDescriptor.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/config/ResultDescriptor.html new file mode 100644 index 0000000000..cee2ee31bc --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/config/ResultDescriptor.html @@ -0,0 +1,460 @@ + + + + + + + +ResultDescriptor (Tuscany DAS for Relational Databases incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany DAS for Relational Databases +
+ + + +
+ +

+ +org.apache.tuscany.das.rdb.config +
+Interface ResultDescriptor

+
+
All Known Implementing Classes:
ResultDescriptorImpl
+
+
+
+
public interface ResultDescriptor
+ + +

+ + A representation of the model object 'Result Descriptor'. + + +

+ The following features are supported: +

+

+

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetColumnName() + +
+          Returns the value of the 'Column Name' attribute.
+ java.lang.StringgetColumnType() + +
+          Returns the value of the 'Column Type' attribute.
+ java.lang.StringgetCommand() + +
+          Returns the value of the 'Command' attribute.
+ java.lang.StringgetConverter() + +
+          Returns the value of the 'Converter' attribute.
+ java.lang.StringgetTableName() + +
+          Returns the value of the 'Table Name' attribute.
+ voidsetColumnName(java.lang.String value) + +
+          Sets the value of the 'Column Name' attribute.
+ voidsetColumnType(java.lang.String value) + +
+          Sets the value of the 'Column Type' attribute.
+ voidsetCommand(java.lang.String value) + +
+          Sets the value of the 'Command' attribute.
+ voidsetConverter(java.lang.String value) + +
+          Sets the value of the 'Converter' attribute.
+ voidsetTableName(java.lang.String value) + +
+          Sets the value of the 'Table Name' attribute.
+  +

+ + + + + + + + +
+Method Detail
+ +

+getColumnName

+
+java.lang.String getColumnName()
+
+
Returns the value of the 'Column Name' attribute. + +

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

+ +

+

+ +
Returns:
the value of the 'Column Name' attribute.
See Also:
setColumnName(String)
+
+
+
+ +

+setColumnName

+
+void setColumnName(java.lang.String value)
+
+
Sets the value of the 'Column Name' attribute. + + +

+

+
Parameters:
value - the new value of the 'Column Name' attribute.
See Also:
getColumnName()
+
+
+
+ +

+getColumnType

+
+java.lang.String getColumnType()
+
+
Returns the value of the 'Column Type' attribute. + +

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

+ +

+

+ +
Returns:
the value of the 'Column Type' attribute.
See Also:
setColumnType(String)
+
+
+
+ +

+setColumnType

+
+void setColumnType(java.lang.String value)
+
+
Sets the value of the 'Column Type' attribute. + + +

+

+
Parameters:
value - the new value of the 'Column Type' attribute.
See Also:
getColumnType()
+
+
+
+ +

+getCommand

+
+java.lang.String getCommand()
+
+
Returns the value of the 'Command' attribute. + +

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

+ +

+

+ +
Returns:
the value of the 'Command' attribute.
See Also:
setCommand(String)
+
+
+
+ +

+setCommand

+
+void setCommand(java.lang.String value)
+
+
Sets the value of the 'Command' attribute. + + +

+

+
Parameters:
value - the new value of the 'Command' attribute.
See Also:
getCommand()
+
+
+
+ +

+getConverter

+
+java.lang.String getConverter()
+
+
Returns the value of the 'Converter' attribute. + +

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

+ +

+

+ +
Returns:
the value of the 'Converter' attribute.
See Also:
setConverter(String)
+
+
+
+ +

+setConverter

+
+void setConverter(java.lang.String value)
+
+
Sets the value of the 'Converter' attribute. + + +

+

+
Parameters:
value - the new value of the 'Converter' attribute.
See Also:
getConverter()
+
+
+
+ +

+getTableName

+
+java.lang.String getTableName()
+
+
Returns the value of the 'Table Name' attribute. + +

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

+ +

+

+ +
Returns:
the value of the 'Table Name' attribute.
See Also:
setTableName(String)
+
+
+
+ +

+setTableName

+
+void setTableName(java.lang.String value)
+
+
Sets the value of the 'Table Name' attribute. + + +

+

+
Parameters:
value - the new value of the 'Table Name' attribute.
See Also:
getTableName()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany DAS for Relational Databases +
+ + + +
+- + + -- cgit v1.2.3