From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tuscany/das/rdb/impl/Parameters.html | 509 --------------------- 1 file changed, 509 deletions(-) delete mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/impl/Parameters.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/impl/Parameters.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/impl/Parameters.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/impl/Parameters.html deleted file mode 100644 index 5694392c89..0000000000 --- a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-das-rdb/org/apache/tuscany/das/rdb/impl/Parameters.html +++ /dev/null @@ -1,509 +0,0 @@ - - - - - - - -Parameters (Tuscany DAS for Relational Databases incubating-M1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Tuscany DAS for Relational Databases -
- - - -
- -

- -org.apache.tuscany.das.rdb.impl -
-Class Parameters

-
-java.lang.Object
-  extended by org.apache.tuscany.das.rdb.impl.Parameters
-
-
-
-
public class Parameters
extends java.lang.Object
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
Parameters() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidadd(Parameter param) - -
-           
- ParameterfindOrCreateParameterNamed(java.lang.String name) - -
-           
- ParameterfindOrCreateParameterWithIndex(int index) - -
-           
- ParameterfindOrCreateParameterWithIndex(int index, - int direction, - commonj.sdo.Type sdoType) - -
-           
- Parameterget(int index) - -
-           
- Parameterget(java.lang.String name) - -
-           
- java.util.ListinParams() - -
-           
- java.util.ListoutParams() - -
-           
- java.util.ListparameterList() - -
-           
- ParameterparameterWithIndex(int index) - -
-           
- voidsetParameter(int index, - java.lang.Object value) - -
-           
- voidsetParameter(java.lang.String name, - java.lang.Object value) - -
-           
- voidsetParameterWithType(int index, - commonj.sdo.Type sdoType) - -
-           
- voidsetParameterWithType(java.lang.String name, - commonj.sdo.Type sdoType) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Parameters

-
-public Parameters()
-
-
- - - - - - - - -
-Method Detail
- -

-get

-
-public Parameter get(java.lang.String name)
-
-
-
-
-
-
- -

-get

-
-public Parameter get(int index)
-
-
-
-
-
-
- -

-outParams

-
-public java.util.List outParams()
-
-
-
-
-
-
- -

-inParams

-
-public java.util.List inParams()
-
-
-
-
-
-
- -

-add

-
-public void add(Parameter param)
-
-
-
-
-
-
- -

-findOrCreateParameterNamed

-
-public Parameter findOrCreateParameterNamed(java.lang.String name)
-
-
-
-
-
-
- -

-findOrCreateParameterWithIndex

-
-public Parameter findOrCreateParameterWithIndex(int index,
-                                                int direction,
-                                                commonj.sdo.Type sdoType)
-
-
-
-
-
-
- -

-parameterList

-
-public java.util.List parameterList()
-
-
-
-
-
-
- -

-findOrCreateParameterWithIndex

-
-public Parameter findOrCreateParameterWithIndex(int index)
-
-
-
-
-
-
- -

-setParameter

-
-public void setParameter(int index,
-                         java.lang.Object value)
-
-
-
-
-
-
- -

-setParameter

-
-public void setParameter(java.lang.String name,
-                         java.lang.Object value)
-
-
-
-
-
-
- -

-setParameterWithType

-
-public void setParameterWithType(java.lang.String name,
-                                 commonj.sdo.Type sdoType)
-
-
-
-
-
-
- -

-setParameterWithType

-
-public void setParameterWithType(int index,
-                                 commonj.sdo.Type sdoType)
-
-
-
-
-
-
- -

-parameterWithIndex

-
-public Parameter parameterWithIndex(int index)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
-Tuscany DAS for Relational Databases -
- - - -
-- - - -- cgit v1.2.3