- All Known Implementing Classes:
DefaultScopedContraints
public interface IScopedContraints
Represents a set of target constraints that apply to a given Metaschema
module namespace and short name.
-
Method Summary
Modifier and TypeMethodDescriptionThe Metaschema module namespace the constraints apply to.The Metaschema module short name the constraints apply to.The collection of target constraints.
-
Method Details
-
getModuleNamespace
The Metaschema module namespace the constraints apply to.- Returns:
- the namespace
-
getModuleShortName
The Metaschema module short name the constraints apply to.- Returns:
- the short name
-
getTargetedContraints
The collection of target constraints.- Returns:
- the constraints
-