Class SimpleDataColumn<T>

    • Constructor Detail

      • SimpleDataColumn

        public SimpleDataColumn​(String id,
                                String description,
                                Class<T> valueType)
        Construct a simple, single valued column.
        Parameters:
        id - String; the column id, preferably without spaces or symbols
        description - String; the column description
        valueType - Class<T>; the value type
    • Method Detail

      • getDescription

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

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