Interface Report.Parameter

Enclosing interface:
Report

public static interface Report.Parameter
A single parameter sent to the report query.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The supported parameter types.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a display label for this parameter in the user locale.
    Gets the name of this parameter.
    Gets the type of this parameter.
    Iterable<? extends Object>
    Gets the set of valid values or null if the user may enter a value.
  • Method Details

    • getName

      String getName()
      Gets the name of this parameter.
    • getLabel

      String getLabel()
      Gets a display label for this parameter in the user locale.
    • getType

      Gets the type of this parameter.
    • getValidValues

      Iterable<? extends Object> getValidValues() throws SQLException
      Gets the set of valid values or null if the user may enter a value.
      Throws:
      SQLException