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

one.edee.babylon.sheets.SheetConstants Maven / Gradle / Ivy

package one.edee.babylon.sheets;

/**
 * Names of columns in the exported sheet.
 */
public class SheetConstants {

    /** Name of the column with names of the properties in google sheet. */
    public static final String COL_KEY = "key";

    /** Name of the column with text values of the primary mutation in google sheet. */
    public static final String COL_PRIMARY = "primary";

    public static final String EMPTY_VAL = "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy