Class GeneratedPatternConstraint

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
PatternConstraint

public abstract class GeneratedPatternConstraint extends AttributeConstraint
Generated class for type PatternConstraint.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPatternConstraint

      public GeneratedPatternConstraint()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAttributeConstraint
    • getFlags

      public Set<EnumerationValue> getFlags(SessionContext ctx)
      Generated method - Getter of the PatternConstraint.flags attribute.
      Returns:
      the flags - Regular expression for constraint
    • getFlags

      public Set<EnumerationValue> getFlags()
      Generated method - Getter of the PatternConstraint.flags attribute.
      Returns:
      the flags - Regular expression for constraint
    • setFlags

      public void setFlags(SessionContext ctx, Set<EnumerationValue> value)
      Generated method - Setter of the PatternConstraint.flags attribute.
      Parameters:
      value - the flags - Regular expression for constraint
    • setFlags

      public void setFlags(Set<EnumerationValue> value)
      Generated method - Setter of the PatternConstraint.flags attribute.
      Parameters:
      value - the flags - Regular expression for constraint
    • getRegexp

      public String getRegexp(SessionContext ctx)
      Generated method - Getter of the PatternConstraint.regexp attribute.
      Returns:
      the regexp - Regular expression for constraint
    • getRegexp

      public String getRegexp()
      Generated method - Getter of the PatternConstraint.regexp attribute.
      Returns:
      the regexp - Regular expression for constraint
    • setRegexp

      public void setRegexp(SessionContext ctx, String value)
      Generated method - Setter of the PatternConstraint.regexp attribute.
      Parameters:
      value - the regexp - Regular expression for constraint
    • setRegexp

      public void setRegexp(String value)
      Generated method - Setter of the PatternConstraint.regexp attribute.
      Parameters:
      value - the regexp - Regular expression for constraint