Package org.cristalise.kernel.querying
Class Parameter
java.lang.Object
org.cristalise.kernel.querying.Parameter
Placeholder for the Parameter details to be passed to the Query.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTypeFromName(String className) Sets the type parameter from the String.
-
Constructor Details
-
Parameter
- Throws:
ClassNotFoundException
-
-
Method Details
-
setTypeFromName
Sets the type parameter from the String. Method is needed to make Castor marshalling to work FIXME: CASTOR MARSHALLING DOES NOT WORK YET- Parameters:
className- the name of the Class specifying the type- Throws:
ClassNotFoundException- class was not found
-