Uses of Enum Class
gov.llnl.gnem.apps.coda.calibration.model.messaging.RatioStatusEvent.Status
Packages that use RatioStatusEvent.Status
- 
Uses of RatioStatusEvent.Status in gov.llnl.gnem.apps.coda.calibration.model.messaging
Methods in gov.llnl.gnem.apps.coda.calibration.model.messaging that return RatioStatusEvent.StatusModifier and TypeMethodDescriptionRatioStatusEvent.getStatus()static RatioStatusEvent.StatusReturns the enum constant of this class with the specified name.static RatioStatusEvent.Status[]RatioStatusEvent.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.llnl.gnem.apps.coda.calibration.model.messaging with parameters of type RatioStatusEvent.StatusConstructors in gov.llnl.gnem.apps.coda.calibration.model.messaging with parameters of type RatioStatusEvent.StatusModifierConstructorDescriptionRatioStatusEvent(Long id, RatioStatusEvent.Status status) RatioStatusEvent(Long id, RatioStatusEvent.Status status, double progress) RatioStatusEvent(Long id, RatioStatusEvent.Status status, double progress, Result<Exception> error)