Uses of Enum Class
org.incenp.obofoundry.sssom.ValidationLevel
Packages that use ValidationLevel
-
Uses of ValidationLevel in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom that return ValidationLevelModifier and TypeMethodDescriptionstatic ValidationLevel
Returns the enum constant of this class with the specified name.static ValidationLevel[]
ValidationLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.incenp.obofoundry.sssom with parameters of type ValidationLevelModifier and TypeMethodDescriptionvoid
SSSOMReader.setValidation
(ValidationLevel validationType) Controls whether a mapping set should be validated after it has been parsed, and how.Constructors in org.incenp.obofoundry.sssom with parameters of type ValidationLevelModifierConstructorDescriptionValidator
(ValidationLevel validationLevel) Creates a new instance with the specified validation level.