Uses of Enum Class
com.genologics.ri.reagentlot.Status
Packages that use Status
-
Uses of Status in com.genologics.ri.reagentlot
Fields in com.genologics.ri.reagentlot declared as StatusModifier and TypeFieldDescriptionprotected StatusReagentLot.statusThe current status of this reagent lot (e.g., ACTIVE, ARCHIVED).Methods in com.genologics.ri.reagentlot that return StatusModifier and TypeMethodDescriptionstatic StatusReturns the Status enum constant for the given string value.ReagentLot.getStatus()Gets the status of the reagent lot.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.reagentlot with parameters of type Status