Uses of Enum
org.mule.test.heisenberg.extension.model.HealthStatus
Packages that use HealthStatus
-
Uses of HealthStatus in org.mule.test.heisenberg.extension
Methods in org.mule.test.heisenberg.extension that return HealthStatusModifier and TypeMethodDescriptionHeisenbergExtension.getEndingHealth()HeisenbergExtension.getInitialHealth()Methods in org.mule.test.heisenberg.extension that return types with arguments of type HealthStatusModifier and TypeMethodDescriptionHeisenbergExtension.getHealthProgression()HeisenbergOperations.getMedicalHistory(Map<String, HealthStatus> healthByYear) Method parameters in org.mule.test.heisenberg.extension with type arguments of type HealthStatusModifier and TypeMethodDescriptionHeisenbergOperations.getMedicalHistory(Map<String, HealthStatus> healthByYear) -
Uses of HealthStatus in org.mule.test.heisenberg.extension.model
Methods in org.mule.test.heisenberg.extension.model that return HealthStatusModifier and TypeMethodDescriptionstatic HealthStatusReturns the enum constant of this type with the specified name.static HealthStatus[]HealthStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.