Uses of Class
org.eclipse.rdf4j.spin.ConstraintViolationLevel
-
Packages that use ConstraintViolationLevel Package Description org.eclipse.rdf4j.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262 -
-
Uses of ConstraintViolationLevel in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as ConstraintViolationLevel Modifier and Type Field Description private ConstraintViolationLevelConstraintViolation. levelprivate ConstraintViolationLevelConstraintViolationRDFHandler. levelMethods in org.eclipse.rdf4j.spin that return ConstraintViolationLevel Modifier and Type Method Description ConstraintViolationLevelConstraintViolation. getLevel()static ConstraintViolationLevelConstraintViolationLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConstraintViolationLevelConstraintViolationLevel. valueOf(IRI levelValue)Returns the enum constant of this type with the specified name.static ConstraintViolationLevel[]ConstraintViolationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.rdf4j.spin with parameters of type ConstraintViolationLevel Constructor Description ConstraintViolation(java.lang.String message, java.lang.String root, java.lang.String path, java.lang.String value, ConstraintViolationLevel level)
-