Package org.n52.io
Interface Constants
-
public interface Constants
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConstants.MimeType
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATION_JSONstatic StringAPPLICATION_PDFstatic StringAPPLICATION_ZIPstatic StringIMAGE_PNGstatic StringTEXT_CSV
-
-
-
Field Detail
-
APPLICATION_JSON
static final String APPLICATION_JSON
- See Also:
- Constant Field Values
-
APPLICATION_PDF
static final String APPLICATION_PDF
- See Also:
- Constant Field Values
-
APPLICATION_ZIP
static final String APPLICATION_ZIP
- See Also:
- Constant Field Values
-
IMAGE_PNG
static final String IMAGE_PNG
- See Also:
- Constant Field Values
-
TEXT_CSV
static final String TEXT_CSV
- See Also:
- Constant Field Values
-
-