Package org.cristalise.kernel.scripting
Class Parameter
java.lang.Object
org.cristalise.kernel.scripting.Parameter
Place holder for the Parameter details to be passed to the script.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod only provided for backward compability.voidsetTypeFromName(String className) Sets the type paramater from the String.toString()
-
Constructor Details
-
Parameter
public Parameter() -
Parameter
-
Parameter
-
-
Method Details
-
getInitialised
public boolean getInitialised()Method only provided for backward compability. Lombok would generate isInitialised() instead- Returns:
- if the Parameter was initialised or not
-
setTypeFromName
Sets the type paramater 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
-
toString
-