Finds a parametric role. Finds a parametric role whose name is the supplied name. The returned variation of the parametric role corresponds to the one matching the received parameter. For example: //Finding a Role with a defined parametric value role4VIP = myrole.findParametric(name : "Role4", parameter : "NORMAL")
| Name | Type | Description | Mode |
|---|---|---|---|
| name | String | name of a role. | in |
| parameter | String | parametric role variation (value). | in |