Class ColumnAttributesMap


  • public class ColumnAttributesMap
    extends java.lang.Object
    Helper class that can create a Map<String, ? extends TableColumnAttributes> out of a dataset. This is the corresponding class to the dataset format defined by ColumnAttributesDataSet
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends TableColumnAttributes>
      java.util.Map<java.lang.String,​T>
      create​(Dataset dataset, java.lang.Class<T> attributesClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColumnAttributesMap

        public ColumnAttributesMap()
    • Method Detail

      • create

        public static <T extends TableColumnAttributes> java.util.Map<java.lang.String,​T> create​(Dataset dataset,
                                                                                                       java.lang.Class<T> attributesClass)