Attribute | Mand. | Description | Default |
name | yes | Name of the declared parameter. | |
type | no | Type of the declared parameter. The valid types for parameters are: - A_MARKS: Action marks, - F_MARKS: Field marks, - FILTER: Filter, - SORT: Sort, - CLASS: Class, - FIELD: Field, - ACTION : Action, - CHART: Chart, - STRING: String (default type), - FILE: File path, - NUMBER: number, - CHOICE: a list of choices, -BOOLEAN: boolean (true/false). |
STRING |
required | no | This attribute indicates if the declared parameter is optional (false) or required (true). | false |
domain | no | This attribute defines the set of possible values of the parameter. Mandatory for choice type. |
<PARAMETER_DECL name="textParam"/> <PARAMETER_DECL name="classParam" type='CLASS' required='true'/> <PARAMETER_DECL name="fieldMarks" type='F_MARKS'/> |