Interface RegularExpressionConstraint

All Superinterfaces:
Constraint, ModelElement, NamedElement
All Known Implementing Classes:
DefaultRegularExpressionConstraint

public interface RegularExpressionConstraint extends Constraint
Restricts a string value to a regular expression as defined by XQuery 1.0 and XPath 2.0 Functions and Operators.
Since:
SAMM 1.0.0
  • Method Details

    • getValue

      String getValue()
      Returns:
      the regular expression defined by this Constraint.