Class GeneratedEventMappingConstraint

    • Field Detail

      • KEYREGEXP

        public static final java.lang.String KEYREGEXP
        Qualifier of the EventMappingConstraint.keyRegexp attribute
        See Also:
        Constant Field Values
      • KEYFLAGS

        public static final java.lang.String KEYFLAGS
        Qualifier of the EventMappingConstraint.keyFlags attribute
        See Also:
        Constant Field Values
      • VALUEREGEXP

        public static final java.lang.String VALUEREGEXP
        Qualifier of the EventMappingConstraint.valueRegexp attribute
        See Also:
        Constant Field Values
      • VALUEFLAGS

        public static final java.lang.String VALUEFLAGS
        Qualifier of the EventMappingConstraint.valueFlags attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedEventMappingConstraint

        public GeneratedEventMappingConstraint()
    • Method Detail

      • getKeyFlags

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

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

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

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

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

        public java.lang.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,
                                 java.lang.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​(java.lang.String value)
        Generated method - Setter of the EventMappingConstraint.keyRegexp attribute.
        Parameters:
        value - the keyRegexp - Regular expression of toString() Map key representation
      • getValueFlags

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

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

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

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

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

        public java.lang.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,
                                   java.lang.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​(java.lang.String value)
        Generated method - Setter of the EventMappingConstraint.valueRegexp attribute.
        Parameters:
        value - the valueRegexp - Regular expression of toString() Map value representation