]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - basic/runtime/org.argeo.basic.nodeps/src/main/java/org/argeo/util/tabular/TabularColumn.java
Improve CSV and tabular
[lgpl/argeo-commons.git] / basic / runtime / org.argeo.basic.nodeps / src / main / java / org / argeo / util / tabular / TabularColumn.java
index 4a7abf7298247b752b0771c0e7b4f747593f3991..ab3b74ba48f94e885b979a6e4f8c23631d1ecd9d 100644 (file)
@@ -10,6 +10,12 @@ public class TabularColumn {
         */
        private Integer type;
 
+       /** column with default type */
+       public TabularColumn(String name) {
+               super();
+               this.name = name;
+       }
+
        public TabularColumn(String name, Integer type) {
                super();
                this.name = name;