public class Parameter extends Object
| Constructor and Description |
|---|
Parameter() |
Parameter(String name) |
Parameter(String name,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getInitialised()
Method only provided for backward compability.
|
void |
setTypeFromName(String className)
Sets the type paramater from the String.
|
public Parameter()
public Parameter(String name)
public boolean getInitialised()
public void setTypeFromName(String className) throws ClassNotFoundException
className - the name of the Class specifying the typeClassNotFoundException - class was not foundCopyright © 1997–2019 CRISTAL-iSE. All rights reserved.