Class PatternRule

  • All Implemented Interfaces:
    TypeRule, java.io.Serializable

    public class PatternRule
    extends java.lang.Object
    implements TypeRule
    This rule represents a regular expression that has to match with the property value.
    See Also:
    Serialized Form
    • Constructor Detail

      • PatternRule

        public PatternRule​(java.lang.String regexp)
        Constructs a new PatternRule.
        Parameters:
        regexp - the regular expression that describes the pattern.