Uses of Enum
org.apache.jena.riot.rowset.rw.rs_json.Severity
Packages that use Severity
-
Uses of Severity in org.apache.jena.riot.rowset.rw.rs_json
Methods in org.apache.jena.riot.rowset.rw.rs_json that return SeverityModifier and TypeMethodDescriptionValidationSettings.getEmptyJsonSeverity()
ValidationSettings.getInvalidatedHeadSeverity()
ValidationSettings.getInvalidatedResultsSeverity()
ValidationSettings.getMissingHeadSeverity()
ValidationSettings.getMixedResultsSeverity()
ValidationSettings.getUnexpectedJsonElementSeverity()
static Severity
Returns the enum constant of this type with the specified name.static Severity[]
Severity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.riot.rowset.rw.rs_json with parameters of type SeverityModifier and TypeMethodDescriptionvoid
ValidationSettings.setEmptyJsonSeverity
(Severity severity) void
ValidationSettings.setInvalidatedHeadSeverity
(Severity severity) void
ValidationSettings.setInvalidatedResultsSeverity
(Severity severity) void
ValidationSettings.setMissingHeadSeverity
(Severity severity) void
ValidationSettings.setMixedResultsSeverity
(Severity severity) void
ValidationSettings.setUnexpectedJsonElementSeverity
(Severity severity)