Uses of Enum Class
io.fluxzero.devserver.AgentProblemChange.Type
-
Uses of AgentProblemChange.Type in io.fluxzero.devserver
Subclasses with type arguments of type AgentProblemChange.Type in io.fluxzero.devserverMethods in io.fluxzero.devserver that return AgentProblemChange.TypeModifier and TypeMethodDescriptionAgentProblemChange.type()Returns the value of thetyperecord component.static AgentProblemChange.TypeReturns the enum constant of this class with the specified name.static AgentProblemChange.Type[]AgentProblemChange.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.devserver with parameters of type AgentProblemChange.TypeModifierConstructorDescriptionAgentProblemChange(long sequence, AgentProblemChange.Type type, AgentProblemSummary problem, String reason) Creates an instance of aAgentProblemChangerecord class.