Uses of Class
io.imast.work4j.model.agent.AgentActivityType
-
Packages that use AgentActivityType Package Description io.imast.work4j.model.agent -
-
Uses of AgentActivityType in io.imast.work4j.model.agent
Methods in io.imast.work4j.model.agent that return AgentActivityType Modifier and Type Method Description static AgentActivityTypeAgentActivityType. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentActivityType[]AgentActivityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-