Uses of Enum
org.apache.jena.shex.ShexStatus
Packages that use ShexStatus
-
Uses of ShexStatus in org.apache.jena.shex
Fields in org.apache.jena.shex declared as ShexStatusMethods in org.apache.jena.shex that return ShexStatusModifier and TypeMethodDescriptionstatic ShexStatusReturns the enum constant of this type with the specified name.static ShexStatus[]ShexStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.shex with parameters of type ShexStatusModifier and TypeMethodDescriptionvoidShexReport.Builder.shexReport(ShexRecord entry, Node focusNode, ShexStatus result, String reason) Create a new report line item from an exists (shex map) entry and add it to the reportsConstructors in org.apache.jena.shex with parameters of type ShexStatusModifierConstructorDescriptionShexRecord(ShexRecord assoc, Node focusNode, ShexStatus status, String reason) -
Uses of ShexStatus in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys with parameters of type ShexStatusModifier and TypeMethodDescriptionvoidValidationContext.shexReport(ShexRecord entry, Node focusNode, ShexStatus result, String reason)