Interface UserInRole
-
- All Known Implementing Classes:
UserInRoleImpl
public interface UserInRole
Interface describing a representation of the <userInRole> element of a Process Model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRoleName()
Get name of the rolevoid
setRoleName(String roleName)
Set name of the role
-