Class AbstractDeleteReportValueByExpression

    • Field Detail

      • m_Field

        protected AbstractField m_Field
        the field to delete from the report if the expression evaluates to true.
    • Constructor Detail

      • AbstractDeleteReportValueByExpression

        public AbstractDeleteReportValueByExpression()
    • Method Detail

      • getDefaultField

        protected abstract AbstractField getDefaultField()
        Returns the default field for the option.
        Returns:
        the default field
      • fieldTipText

        public abstract String fieldTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setExpression

        public void setExpression​(BooleanExpressionText value)
        Sets the boolean expression that decides whether to remove the field.
        Parameters:
        value - the expression
      • getExpression

        public BooleanExpressionText getExpression()
        Returns the boolean expression that decides whether to remove the field.
        Returns:
        the expression
      • expressionTipText

        public String expressionTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • accepts

        public abstract Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        the accepted classes
      • generates

        public abstract Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        the generated classes
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message