public class ExportMetadata
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
Get the column count.
|
DataType[] |
getDataTypes()
Get the data types of each column in order.
|
java.lang.String |
getDelimiter()
Get the text delimiter for text/CSV.
|
java.lang.String |
getEncoding()
Get the text encoding for text/CSV.
|
java.lang.String |
getExportFormat()
Get the export format.
|
java.lang.String[] |
getHeaderNames()
Get the header names of each column in order.
|
java.lang.String[] |
getListNames()
Get the names of lists applicable to each column in order.
|
int |
getRowCount()
Get the row count.
|
java.lang.String |
getSeparator()
Get the column separator character for text.
|
public int getColumnCount()
public int getRowCount()
public java.lang.String getExportFormat()
public java.lang.String getSeparator()
public java.lang.String getEncoding()
public java.lang.String getDelimiter()
public DataType[] getDataTypes()
public java.lang.String[] getHeaderNames()
public java.lang.String[] getListNames()