public static final class Configuration.ContentType extends Enum
| Modifier and Type | Field and Description |
|---|---|
static Configuration.ContentType |
BINARY
Content type BINARY, corresponds with "application/octet-stream" MIME type.
|
static Configuration.ContentType |
BMP
Content type BMP, corresponds with "image/bmp" MIME type.
|
static Configuration.ContentType |
GIF
Content type GIF, corresponds with "image/gif" MIME type.
|
static Configuration.ContentType |
HTML
Content type HTML, corresponds with "text/html" MIME type.
|
static Configuration.ContentType |
JPEG
Content type JPEG, corresponds with "image/jpeg" MIME type.
|
static Configuration.ContentType |
JSON
Content type JSON, corresponds with "application/json" MIME type.
|
static Configuration.ContentType |
NONE
Content type NONE, i.e.
|
static Configuration.ContentType |
PDF
Content type PDF, corresponds with "application/pdf" MIME type.
|
static Configuration.ContentType |
PNG
Content type PNG, corresponds with "image/png" MIME type.
|
static Configuration.ContentType |
TEXT
Content type TEXT, corresponds with "text/plain" MIME type.
|
static Configuration.ContentType |
TIFF
Content type TIFF, corresponds with "image/tiff" MIME type.
|
static Configuration.ContentType |
XML
Content type XML, corresponds with "application/xml" MIME type.
|
| Modifier and Type | Method and Description |
|---|---|
static Configuration.ContentType |
valueOf(String name) |
static Configuration.ContentType[] |
values() |
public static final Configuration.ContentType BINARY
public static final Configuration.ContentType BMP
public static final Configuration.ContentType GIF
public static final Configuration.ContentType HTML
public static final Configuration.ContentType JPEG
public static final Configuration.ContentType JSON
public static final Configuration.ContentType NONE
public static final Configuration.ContentType PDF
public static final Configuration.ContentType PNG
public static final Configuration.ContentType TEXT
public static final Configuration.ContentType TIFF
public static final Configuration.ContentType XML
public static Configuration.ContentType[] values()
public static Configuration.ContentType valueOf(String name)
This doc was generated on 2017-08-03. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.