ROLE
- Role type in the system under testpublic interface RoleConverter<ROLE>
Modifier and Type | Method and Description |
---|---|
ROLE |
stringToRole(java.lang.String role)
Returns given role string as system role object/enum.
|
ROLE stringToRole(java.lang.String role)
role
- Role as string.