Uses of Enum Class
org.monarchinitiative.lirical.core.sanitize.SanityLevel
-
Uses of SanityLevel in org.monarchinitiative.lirical.core.sanitize
Modifier and TypeMethodDescriptionSanityIssue.level()
Returns the value of thelevel
record component.static SanityLevel
Returns the enum constant of this class with the specified name.static SanityLevel[]
SanityLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSanityIssue
(SanityLevel level, String message, String solution) Creates an instance of aSanityIssue
record class.