Class ColumnAttributesDataSet

  • All Implemented Interfaces:
    Dataset, java.io.Serializable

    public class ColumnAttributesDataSet
    extends BasicDataset
    This subclass of BasicDataset knows how to populate itself based on a Map<String, ? extends ColumnAttribute>

    This thing really shouldn't exist (there should just be some function somewhere that creates a regular BasicDataset out of the map), but new we're stuck with it because it gets serialized.

    See Also:
    Serialized Form
    • Constructor Detail

      • ColumnAttributesDataSet

        public ColumnAttributesDataSet()
      • ColumnAttributesDataSet

        public ColumnAttributesDataSet​(java.util.Map<java.lang.String,​? extends TableColumnAttributes> columnAttributes)