* @param rolename The role name of the new role
* @param description The description of this role
*/
public WorkflowRole createRole_impl(String roleid, String rolename, String description)
{
WorkflowRole role = new WorkflowRoleImpl_RT(this, roleid, rolename, description);
return (role);
}