Uses of Enum Class
org.monarchinitiative.lirical.core.sanitize.SanityLevel
Packages that use SanityLevel
-
Uses of SanityLevel in org.monarchinitiative.lirical.core.sanitize
Methods in org.monarchinitiative.lirical.core.sanitize that return SanityLevelModifier and TypeMethodDescriptionSanityIssue.level()Returns the value of thelevelrecord component.static SanityLevelReturns 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.Constructors in org.monarchinitiative.lirical.core.sanitize with parameters of type SanityLevelModifierConstructorDescriptionSanityIssue(SanityLevel level, String message, String solution) Creates an instance of aSanityIssuerecord class.