Package org.eclipse.esmf.constraint
Interface LengthConstraint
- All Superinterfaces:
Constraint,ModelElement,NamedElement
- All Known Implementing Classes:
DefaultLengthConstraint
Restricts a value to a specific length.
- Since:
- SAMM 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
accept, as, getMetaModelVersion, isMethods inherited from interface org.eclipse.esmf.metamodel.NamedElement
getAspectModelUrn, getDescription, getDescriptions, getName, getPreferredName, getPreferredNames, getSee, hasSyntheticName
-
Method Details
-
getMinValue
Optional<BigInteger> getMinValue()- Returns:
- the lower bound of the constraint.
-
getMaxValue
Optional<BigInteger> getMaxValue()- Returns:
- the upper bound of the constraint.
-