Interface Column<T>

    • Method Detail

      • getDescription

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

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