Uses of Class
org.wso2.carbon.module.csv.constant.HeaderAvailability
-
Packages that use HeaderAvailability Package Description org.wso2.carbon.module.csv.constant org.wso2.carbon.module.csv.util -
-
Uses of HeaderAvailability in org.wso2.carbon.module.csv.constant
Methods in org.wso2.carbon.module.csv.constant that return HeaderAvailability Modifier and Type Method Description static HeaderAvailabilityHeaderAvailability. valueOf(String name)Returns the enum constant of this type with the specified name.static HeaderAvailability[]HeaderAvailability. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HeaderAvailability in org.wso2.carbon.module.csv.util
Methods in org.wso2.carbon.module.csv.util with parameters of type HeaderAvailability Modifier and Type Method Description static String[]CsvTransformer. getHeader(org.wso2.carbon.module.core.models.CsvPayloadInfo payloadInfo, HeaderAvailability headerAvailability)Get CSV header.static intCsvTransformer. getLinesToSkip(HeaderAvailability headerAvailability, int dataRowsToSkip)Return lines to skip from CSV content.
-