Uses of Enum Class
com.genologics.ri.step.Status
Packages that use Status
-
Uses of Status in com.genologics.ri.step
Fields in com.genologics.ri.step declared as StatusModifier and TypeFieldDescriptionprotected StatusProgramStatus.statusThe current status of the program.Methods in com.genologics.ri.step that return StatusModifier and TypeMethodDescriptionstatic StatusCreates a status from a string value.ProgramStatus.getStatus()Gets the current status of the program.static StatusReturns the enum constant of this class with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.genologics.ri.step with parameters of type Status