Uses of Enum
org.eclipse.rdf4j.spin.ConstraintViolationLevel
Packages that use ConstraintViolationLevel
Package
Description
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of ConstraintViolationLevel in org.eclipse.rdf4j.spin
Subclasses with type arguments of type ConstraintViolationLevel in org.eclipse.rdf4j.spinModifier and TypeClassDescriptionenumEnum of possible SPIN constraint violation levels.Fields in org.eclipse.rdf4j.spin declared as ConstraintViolationLevelModifier and TypeFieldDescriptionprivate final ConstraintViolationLevelConstraintViolation.levelprivate ConstraintViolationLevelConstraintViolationRDFHandler.levelMethods in org.eclipse.rdf4j.spin that return ConstraintViolationLevelModifier and TypeMethodDescriptionConstraintViolation.getLevel()static ConstraintViolationLevelReturns the enum constant of this type with the specified name.static ConstraintViolationLevelReturns 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 ConstraintViolationLevelModifierConstructorDescriptionConstraintViolation(String message, String root, String path, String value, ConstraintViolationLevel level)