Returns the value of the template parameter with the specified name.
If the template has no parameter with the specified name, the generator will raise an error.
The template parameters should be declared within the template's properties (see Template Properties dialog).
The values of template parameters are represented by instances of the following Java types:
Parameter Type | Representing Java Class |
string |
java.lang.String |
number |
java.lang.Number |
integer |
java.lang.Integer |
boolean |
java.lang.Boolean |
enum |
java.lang.String |
text |
java.lang.String |
object |
java.lang.Object |
GOMElement |
com.docflex.api.generator.GOMElement |
Additionally, parameter value can be an array of any of the above types.
See Also:
getStringParam(), getNumberParam(), getIntParam(),
getBooleanParam(), getElementParam(), getArrayParam(), hasParamValue()