All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.creditdatamw.zerocell.column.RowNumberInfo Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.creditdatamw.zerocell.column;

public class RowNumberInfo extends ColumnInfo {
    public RowNumberInfo(String fieldName, Class dataType) {
        super("__rowNUmber__", fieldName, -1, dataType);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy