Modifier and Type | Method and Description |
---|---|
Param |
get(int index)
Gets a particular Param by index.
|
Parameters |
get(java.lang.String name)
Gets a set of parameters by its name.
|
Param |
get(java.lang.String parent,
java.lang.String name,
boolean isFormula)
Gets a Param by its parent name and name.
|
int |
size()
the total number of parameters
|
int size()
Param get(int index)
index
- 0 <= index < size()Param get(java.lang.String parent, java.lang.String name, boolean isFormula)
parent
- the name of the template that contains this parameter. This may either be the name
of a report, or the name of a sub report, etc.name
- the name of the parameterParameters get(java.lang.String name)
name
- the name of the parameter