Version: 3.5.0

org.generationcp.core.ontology
Interface MIME


public interface MIME

Predefined constants for various MIME types, used in DataSources.

Version:
$Id: MIME.html 19678 2010-07-23 23:41:44Z jbmorales $
Author:
Guy Davenport

Field Summary
static java.lang.String APPLICATION_EXCEL
          A name of a value.
static java.lang.String APPLICATION_FLAPJACK
          A name of a value.
static java.lang.String APPLICATION_GIF
          A name of a value.
static java.lang.String APPLICATION_NETCEF
          A name of a value.
static java.lang.String APPLICATION_ZIP
          A name of a value.
static java.lang.String IMAGE_GIF
          A name of a value.
static java.lang.String IMAGE_ICON
          A name of a value.
static java.lang.String IMAGE_JPEG
          A name of a value.
static java.lang.String IMAGE_PNG
          A name of a value.
static java.lang.String IMAGE_SVG_XML
          A name of a value.
static java.lang.String IMAGE_TIFF
          A name of a value.
static java.lang.String TEXT_CSV
          A name of a value.
static java.lang.String TEXT_PLAIN
          A name of a value.
static java.lang.String TEXT_TXT
          A name of a value.
static java.lang.String TEXT_XML
          A name of a value.
 

Field Detail

TEXT_XML

static final java.lang.String TEXT_XML
A name of a value. A value within Category.MIME_TYPE, defining xtensible Markup Language; Defined in RFC 3023

See Also:
Constant Field Values

TEXT_CSV

static final java.lang.String TEXT_CSV
A name of a value. A value within Category.MIME_TYPE, defining Comma-separated values; Defined in RFC 4180

See Also:
Constant Field Values

TEXT_TXT

static final java.lang.String TEXT_TXT
A name of a value. A value within Category.MIME_TYPE, defining an Tab delimited text.

See Also:
Constant Field Values

TEXT_PLAIN

static final java.lang.String TEXT_PLAIN
A name of a value. A value within Category.MIME_TYPE, defining an Textual data; Defined in RFC 2046 and RFC 3676

See Also:
Constant Field Values

IMAGE_GIF

static final java.lang.String IMAGE_GIF
A name of a value. A value within Category.MIME_TYPE, defining an GIF image; Defined in RFC 2045 and RFC 2046

See Also:
Constant Field Values

IMAGE_JPEG

static final java.lang.String IMAGE_JPEG
A name of a value. A value within Category.MIME_TYPE, defining an JPEG JFIF image; Defined in RFC 2045 and RFC 2046

See Also:
Constant Field Values

IMAGE_PNG

static final java.lang.String IMAGE_PNG
A name of a value. A value within Category.MIME_TYPE, defining an Portable Network Graphics; Registered[7], Defined in RFC 2083

See Also:
Constant Field Values

IMAGE_SVG_XML

static final java.lang.String IMAGE_SVG_XML
A name of a value. A value within Category.MIME_TYPE, defining an SVG vector image; Defined in SVG Tiny 1.2 Specification Appendix M

See Also:
Constant Field Values

IMAGE_TIFF

static final java.lang.String IMAGE_TIFF
A name of a value. A value within Category.MIME_TYPE, defining an Tag Image File Format; Defined in RFC 3302

See Also:
Constant Field Values

IMAGE_ICON

static final java.lang.String IMAGE_ICON
A name of a value. A value within Category.MIME_TYPE, defining an ICO image; Registered http://www.iana.org/assignments/media-types/image/vnd.microsoft.icon

See Also:
Constant Field Values

APPLICATION_GIF

static final java.lang.String APPLICATION_GIF
A name of a value. A value within Category.MIME_TYPE, defining an Portable Document Format, PDF has been in use for document exchange on the Internet since 1993; Defined in RFC 3778

See Also:
Constant Field Values

APPLICATION_ZIP

static final java.lang.String APPLICATION_ZIP
A name of a value. A value within Category.MIME_TYPE, defining an ZIP archive files; Registered http://www.iana.org/assignments/media-types/application/zip

See Also:
Constant Field Values

APPLICATION_EXCEL

static final java.lang.String APPLICATION_EXCEL
A name of a value. A value within Category.MIME_TYPE, defining an Excel files; Registered http://www.iana.org/assignments/media-types/application/zip

See Also:
Constant Field Values

APPLICATION_NETCEF

static final java.lang.String APPLICATION_NETCEF
A name of a value. A value within Category.MIME_TYPE, defining an NETCDF files

See Also:
Constant Field Values

APPLICATION_FLAPJACK

static final java.lang.String APPLICATION_FLAPJACK
A name of a value. A value within Category.MIME_TYPE, defining an Flapjack files

See Also:
Constant Field Values

Version: 3.5.0

Submit a bug or feature
Generated: Fri Jul 23 18:24:48 CDT 2010