Class ReportedData.Column

    • Constructor Detail

      • Column

        public Column​(String label,
                      String variable,
                      FormField.Type type)
        Creates a new column with the specified definition.
        Parameters:
        label - the columns's label.
        variable - the variable name of the column.
        type - the format for the returned data.
    • Method Detail

      • getLabel

        public String getLabel()
        Returns the column's label.
        Returns:
        label of the column.
      • getType

        public FormField.Type getType()
        Returns the column's data format.
        Returns:
        format for the returned data.
      • getVariable

        public String getVariable()
        Returns the variable name that the column is showing.
        Returns:
        the variable name of the column.