Uses of Enum Class
com.genologics.ri.artifact.Status
Packages that use Status
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
-
Uses of Status in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact declared as StatusModifier and TypeFieldDescriptionprotected StatusWorkflowStage.statusThe status of this workflow stage.Methods in com.genologics.ri.artifact that return StatusModifier and TypeMethodDescriptionstatic StatusGets the Status from a string value.WorkflowStage.getStatus()Gets the status.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.artifact with parameters of type StatusConstructors in com.genologics.ri.artifact with parameters of type StatusModifierConstructorDescriptionWorkflowStage(Stage stage, Status status) Constructor from a Stage with status.WorkflowStage(URI uri, String name, Status status) Constructor taking a URI, name and status.