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

com.alibaba.excel.enums.HeadKindEnum Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package com.alibaba.excel.enums;

/**
 * The types of header
 *
 * @author Jiaju Zhuang
 **/
public enum HeadKindEnum {
    /**
     * none
     */
    NONE,
    /**
     * class
     */
    CLASS,
    /**
     * String
     */
    STRING;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy