Uses of Enum Class
io.higson.runtime.dev.perspective.RuntimeSessionStatus
Packages that use RuntimeSessionStatus
-
Uses of RuntimeSessionStatus in io.higson.runtime.dev.perspective
Methods in io.higson.runtime.dev.perspective that return RuntimeSessionStatusModifier and TypeMethodDescriptionstatic RuntimeSessionStatusReturns the enum constant of this class with the specified name.static RuntimeSessionStatus[]RuntimeSessionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.higson.runtime.dev.perspective with parameters of type RuntimeSessionStatusModifierConstructorDescriptionRuntimeSession(int id, String user, Date lastupdate, RuntimeSessionStatus status)