Interface LengthConstraint

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

public interface LengthConstraint extends Constraint
Restricts a value to a specific length.
Since:
SAMM 1.0.0
  • Method Details

    • getMinValue

      Optional<BigInteger> getMinValue()
      Returns:
      the lower bound of the constraint.
    • getMaxValue

      Optional<BigInteger> getMaxValue()
      Returns:
      the upper bound of the constraint.