|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportDelimiters
Delimiters used to export to Comma Separated Values (CSV) or to Tab Separated Values (TSV).
Field Summary | |
---|---|
static java.lang.String |
CARRIAGE_RETURN
Used to separate lines of data when exporting in CSV or TSV formats. |
static java.lang.String |
COMMA
Used to separate single piece of data when exporting in Comma Separated Values (CSV) format. |
static java.lang.String |
TAB
Used to separate single piece of data when exporting in Tab Separated Values (TSV) format. |
Field Detail |
---|
static final java.lang.String COMMA
static final java.lang.String TAB
static final java.lang.String CARRIAGE_RETURN
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |