Uses of Interface
dev.metaschema.core.model.constraint.ILet
Packages that use ILet
Package
Description
Metaschema constraint definitions and validation framework.
-
Uses of ILet in dev.metaschema.core.model.constraint
Methods in dev.metaschema.core.model.constraint that return ILetModifier and TypeMethodDescriptiondefault ILetIFeatureValueConstrained.addLetExpression(ILet let) IValueConstrained.addLetExpression(ILet let) Add a new let expression.ValueConstraintSet.addLetExpression(ILet let) static ILetILet.of(IEnhancedQName name, IMetapathExpression valueExpression, ISource source, MarkupMultiline remarks) Create a new Let expression.static ILetILet.of(IEnhancedQName name, String valueExpression, ISource source, MarkupMultiline remarks) Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.metaschema.core.model.constraint that return types with arguments of type ILetModifier and TypeMethodDescriptiondefault Map<IEnhancedQName,ILet> IFeatureValueConstrained.getLetExpressions()IValueConstrained.getLetExpressions()Get the collection of let expressions, if any.ValueConstraintSet.getLetExpressions()Methods in dev.metaschema.core.model.constraint with parameters of type ILetModifier and TypeMethodDescriptiondefault ILetIFeatureValueConstrained.addLetExpression(ILet let) IValueConstrained.addLetExpression(ILet let) Add a new let expression.ValueConstraintSet.addLetExpression(ILet let)