Interface ReportBuilderOption


@Deprecated public interface ReportBuilderOption
Deprecated.
Represents a single option for a report builder. Each option has a type, message, name, and property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Deprecated.
    Type of possible report options
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Get the UI message to be displayed with the option
    Deprecated.
    Get the name of this option
    Deprecated.
    The name of the property to store the value of this option
    Deprecated.
    Get the type of this option.
  • Method Details

    • getType

      Deprecated.
      Get the type of this option.
    • getName

      String getName()
      Deprecated.
      Get the name of this option
    • getMessage

      String getMessage()
      Deprecated.
      Get the UI message to be displayed with the option
    • getPropertyName

      String getPropertyName()
      Deprecated.
      The name of the property to store the value of this option