Interface ReportParameter

All Superinterfaces:
Serializable
All Known Subinterfaces:
ReportParameterWithDefaultValue
All Known Implementing Classes:
ReportInputParameter

public interface ReportParameter extends Serializable
This interface describes report input parameter
  • Method Details

    • getName

      String getName()
      Returns:
      user friendly name
    • getAlias

      String getAlias()
      Returns:
      alias which is used in formatters and data loaders
    • getRequired

      Boolean getRequired()
    • getParameterClass

      Class getParameterClass()
      Returns:
      parameter class eg Date or String, etc