Role.findParametric(name,parameter)

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")

Arguments:

Name Type Description Mode
name String name of a role. in
parameter String parametric role variation (value). in