Class GeneratedEventMappingConstraint

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

public abstract class GeneratedEventMappingConstraint extends TypeConstraint
Generated class for type EventMappingConstraint.
See Also:
  • Field Details

    • KEYREGEXP

      public static final String KEYREGEXP
      Qualifier of the EventMappingConstraint.keyRegexp attribute
      See Also:
    • KEYFLAGS

      public static final String KEYFLAGS
      Qualifier of the EventMappingConstraint.keyFlags attribute
      See Also:
    • VALUEREGEXP

      public static final String VALUEREGEXP
      Qualifier of the EventMappingConstraint.valueRegexp attribute
      See Also:
    • VALUEFLAGS

      public static final String VALUEFLAGS
      Qualifier of the EventMappingConstraint.valueFlags attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedEventMappingConstraint

      public GeneratedEventMappingConstraint()
  • Method Details

    • getDefaultAttributeModes

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

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

      public Set<EnumerationValue> getKeyFlags()
      Generated method - Getter of the EventMappingConstraint.keyFlags attribute.
      Returns:
      the keyFlags - Regular expression for constraint
    • setKeyFlags

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

      public void setKeyFlags(Set<EnumerationValue> value)
      Generated method - Setter of the EventMappingConstraint.keyFlags attribute.
      Parameters:
      value - the keyFlags - Regular expression for constraint
    • getKeyRegexp

      public String getKeyRegexp(SessionContext ctx)
      Generated method - Getter of the EventMappingConstraint.keyRegexp attribute.
      Returns:
      the keyRegexp - Regular expression of toString() Map key representation
    • getKeyRegexp

      public String getKeyRegexp()
      Generated method - Getter of the EventMappingConstraint.keyRegexp attribute.
      Returns:
      the keyRegexp - Regular expression of toString() Map key representation
    • setKeyRegexp

      public void setKeyRegexp(SessionContext ctx, String value)
      Generated method - Setter of the EventMappingConstraint.keyRegexp attribute.
      Parameters:
      value - the keyRegexp - Regular expression of toString() Map key representation
    • setKeyRegexp

      public void setKeyRegexp(String value)
      Generated method - Setter of the EventMappingConstraint.keyRegexp attribute.
      Parameters:
      value - the keyRegexp - Regular expression of toString() Map key representation
    • getValueFlags

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

      public Set<EnumerationValue> getValueFlags()
      Generated method - Getter of the EventMappingConstraint.valueFlags attribute.
      Returns:
      the valueFlags - Regular expression for constraint
    • setValueFlags

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

      public void setValueFlags(Set<EnumerationValue> value)
      Generated method - Setter of the EventMappingConstraint.valueFlags attribute.
      Parameters:
      value - the valueFlags - Regular expression for constraint
    • getValueRegexp

      public String getValueRegexp(SessionContext ctx)
      Generated method - Getter of the EventMappingConstraint.valueRegexp attribute.
      Returns:
      the valueRegexp - Regular expression of toString() Map value representation
    • getValueRegexp

      public String getValueRegexp()
      Generated method - Getter of the EventMappingConstraint.valueRegexp attribute.
      Returns:
      the valueRegexp - Regular expression of toString() Map value representation
    • setValueRegexp

      public void setValueRegexp(SessionContext ctx, String value)
      Generated method - Setter of the EventMappingConstraint.valueRegexp attribute.
      Parameters:
      value - the valueRegexp - Regular expression of toString() Map value representation
    • setValueRegexp

      public void setValueRegexp(String value)
      Generated method - Setter of the EventMappingConstraint.valueRegexp attribute.
      Parameters:
      value - the valueRegexp - Regular expression of toString() Map value representation