Uses of Class
eu.domibus.connector.client.schema.validation.SeverityLevel
-
Packages that use SeverityLevel Package Description eu.domibus.connector.client.schema.validation -
-
Uses of SeverityLevel in eu.domibus.connector.client.schema.validation
Methods in eu.domibus.connector.client.schema.validation that return SeverityLevel Modifier and Type Method Description SeverityLevel
SingleValidationResult. getLevel()
SeverityLevel
ValidationResult. maxSeverityLevel()
Iterates single results and returns the highest severity level present.static SeverityLevel
SeverityLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static SeverityLevel[]
SeverityLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in eu.domibus.connector.client.schema.validation with parameters of type SeverityLevel Constructor Description SingleValidationResult(SeverityLevel level, String result)
-