Interface Report.Parameter

All Known Implementing Classes:
FreemarkerParameter
Enclosing interface:
Report

public static interface Report.Parameter
  • Method Details

    • getName

      String getName()
    • getValueClass

      Class<?> getValueClass()
    • getValue

      Object getValue()
    • setValue

      void setValue(Object value)