Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TaskRoleType
-
Packages that use TaskRoleType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of TaskRoleType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return TaskRoleType Modifier and Type Method Description static TaskRoleTypeTaskRoleType. fromValue(String v)TaskRoleTypeTaskActivityStateType. getTaskRole()static TaskRoleTypeTaskRoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskRoleType[]TaskRoleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type TaskRoleType Modifier and Type Method Description voidTaskActivityStateType. setTaskRole(TaskRoleType value)TaskActivityStateTypeTaskActivityStateType. taskRole(TaskRoleType value)
-