Package org.openforis.collect.utils
Interface MediaTypes
-
public interface MediaTypes
-
-
Field Summary
Fields Modifier and Type Field Description static StringCSV_CONTENT_TYPEstatic StringKML_CONTENT_TYPEstatic StringXLSX_CONTENT_TYPEstatic StringZIP_CONTENT_TYPE
-
-
-
Field Detail
-
CSV_CONTENT_TYPE
static final String CSV_CONTENT_TYPE
- See Also:
- Constant Field Values
-
KML_CONTENT_TYPE
static final String KML_CONTENT_TYPE
- See Also:
- Constant Field Values
-
XLSX_CONTENT_TYPE
static final String XLSX_CONTENT_TYPE
- See Also:
- Constant Field Values
-
ZIP_CONTENT_TYPE
static final String ZIP_CONTENT_TYPE
- See Also:
- Constant Field Values
-
-