Uses of Class
dev.metaschema.core.model.constraint.IReportConstraint.Builder
Packages that use IReportConstraint.Builder
Package
Description
Metaschema constraint definitions and validation framework.
-
Uses of IReportConstraint.Builder in dev.metaschema.core.model.constraint
Methods in dev.metaschema.core.model.constraint that return IReportConstraint.BuilderModifier and TypeMethodDescriptionstatic IReportConstraint.BuilderIReportConstraint.builder()Create a new constraint builder.protected IReportConstraint.BuilderIReportConstraint.Builder.getThis()IReportConstraint.Builder.level(IConstraint.Level level) Set the severity level for when the constraint is violated.IReportConstraint.Builder.test(IMetapathExpression test) Use the provided test to identify reportable conditions in selected nodes.