Interface QValueConstraint

All Known Implementing Classes:
ValueConstraint

public interface QValueConstraint
QValueConstraint is used to check the syntax of a value constraint and to test if a specific value satisfies it.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final QValueConstraint[]
    Empty array of QValueConstraint.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    check(QValue value)
    Check if the specified value matches this constraint.
    For constraints that are not namespace prefix mapping sensitive this method returns the same defined in PropertyDefinition.getValueConstraints().
  • Field Details

    • EMPTY_ARRAY

      static final QValueConstraint[] EMPTY_ARRAY
      Empty array of QValueConstraint.
  • Method Details