Uses of Interface
dev.metaschema.core.model.constraint.IScopedContraints
Packages that use IScopedContraints
Package
Description
Metaschema constraint definitions and validation framework.
Provides an implementation of the Module model
(
dev.metaschema.core.model) represented by a module-specific set of
bound Java classes
(dev.metaschema.databind.model.metaschema.binding).-
Uses of IScopedContraints in dev.metaschema.core.model.constraint
Classes in dev.metaschema.core.model.constraint that implement IScopedContraintsModifier and TypeClassDescriptionclassA collection of constraints to apply to a given module identified by the module's namespace and short name.Methods in dev.metaschema.core.model.constraint that return types with arguments of type IScopedContraintsModifier and TypeMethodDescriptionScopedConstraintSet.getScopedContraints()Get the set of Metaschema scoped constraints to apply by aQNameformed from the Metaschema namespace and short name.Constructor parameters in dev.metaschema.core.model.constraint with type arguments of type IScopedContraintsModifierConstructorDescriptionScopedConstraintSet(ISource source, List<IScopedContraints> scopedContraints, Set<IConstraintSet> importedConstraintSets) Construct a new constraint set. -
Uses of IScopedContraints in dev.metaschema.databind.model.metaschema
Methods in dev.metaschema.databind.model.metaschema that return types with arguments of type IScopedContraintsModifier and TypeMethodDescriptionprotected List<IScopedContraints>BindingConstraintLoader.parseScopedConstraints(MetaschemaModuleConstraints obj, ISource source) Parse individual constraint definitions from the provided bound constraint document.