All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fish.focus.uvms.incident.model.dto.enums.RiskLevel Maven / Gradle / Ivy

The newest version!
package fish.focus.uvms.incident.model.dto.enums;

public enum RiskLevel {
    LOW,
    MEDIUM,
    HIGH;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy