Uses of Enum Class
org.sentrysoftware.metricshub.engine.common.helpers.state.NeedsCleaning
Packages that use NeedsCleaning
-
Uses of NeedsCleaning in org.sentrysoftware.metricshub.engine.common.helpers.state
Methods in org.sentrysoftware.metricshub.engine.common.helpers.state that return NeedsCleaningModifier and TypeMethodDescriptionstatic NeedsCleaningReturns the enum constant of this class with the specified name.static NeedsCleaning[]NeedsCleaning.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sentrysoftware.metricshub.engine.common.helpers.state that return types with arguments of type NeedsCleaningModifier and TypeMethodDescriptionstatic Optional<NeedsCleaning> Interpret the specified state value: { 0 } as OK { 1 } as NEEDED { 2 } as NEEDED_IMMEDIATELY