Interface DataColumn<T>

    • Method Detail

      • getDescription

        String getDescription()
        Returns the column description.
        Returns:
        String; column description
      • getValueType

        Class<T> getValueType()
        Returns the type of the values in the column.
        Returns:
        Class<?>; type of the values in the column