Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.NodeExecutionStateType
-
Packages that use NodeExecutionStateType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of NodeExecutionStateType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return NodeExecutionStateType Modifier and Type Method Description static NodeExecutionStateTypeNodeExecutionStateType. fromValue(String v)NodeExecutionStateTypeNodeType. getExecutionState()static NodeExecutionStateTypeNodeExecutionStateType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeExecutionStateType[]NodeExecutionStateType. 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 NodeExecutionStateType Modifier and Type Method Description NodeTypeNodeType. executionState(NodeExecutionStateType value)voidNodeType. setExecutionState(NodeExecutionStateType value)
-