Class SimpleColumn<T>

    • Constructor Detail

      • SimpleColumn

        public SimpleColumn​(String id,
                            String description,
                            Class<T> valueType)
        Constructor.
        Parameters:
        id - String; id
        description - String; description
        valueType - Class<T>; value type
    • Method Detail

      • getDescription

        public String getDescription()
        Returns the column description.
        Specified by:
        getDescription in interface Column<T>
        Returns:
        String; column description
      • getValueType

        public Class<T> getValueType()
        Returns the type of the values in the column.
        Specified by:
        getValueType in interface Column<T>
        Returns:
        Class<?>; type of the values in the column