Uses of Class
org.incenp.obofoundry.sssom.ValidationLevel
-
Packages that use ValidationLevel Package Description org.incenp.obofoundry.sssom -
-
Uses of ValidationLevel in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom that return ValidationLevel Modifier and Type Method Description static ValidationLevelValidationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationLevel[]ValidationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.incenp.obofoundry.sssom with parameters of type ValidationLevel Modifier and Type Method Description voidSSSOMReader. 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 ValidationLevel Constructor Description Validator(ValidationLevel validationLevel)Creates a new instance with the specified validation level.
-