Interface ReportsTables.VariableRow

  • Enclosing interface:
    ReportsTables

    public static interface ReportsTables.VariableRow
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String name()
      A run summary report value name.
      java.lang.String value()
      A run summary report value.
    • Method Detail

      • name

        java.lang.String name()
        A run summary report value name.
        Returns:
        the variable name.
      • value

        java.lang.String value()
        A run summary report value.
        Returns:
        the variable value.