Package org.eclipse.esmf.constraint
Interface RegularExpressionConstraint
- All Superinterfaces:
Constraint,ModelElement,NamedElement
- All Known Implementing Classes:
DefaultRegularExpressionConstraint
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 Summary
Methods 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
-
getValue
String getValue()- Returns:
- the regular expression defined by this Constraint.
-