com.timeindexing.index
Interface DataType


public interface DataType

An enumeration of well known data types.


Field Summary
static int ANY
          The data is of any type.
static DataType ANY_DT
           
static int ARBITRARY
          The data is of arbitrary type.
static DataType ARBITRARY_DT
           
static int BMP
          The data is BMP
static DataType BMP_DT
           
static int BOOLEAN
          The data is a boolean.
static DataType BOOLEAN_DT
           
static int BYTE
          The data is a byte.
static DataType BYTE_DT
           
static int CHAR
          The data is a char.
static DataType CHAR_DT
           
static int DOUBLE
          The data is a double.
static DataType DOUBLE_DT
           
static int FLOAT
          The data is a float.
static DataType FLOAT_DT
           
static int GIF
          The data is GIF
static DataType GIF_DT
           
static int HTML
          The data is html
static DataType HTML_DT
           
static int INTEGER
          The data is an integer.
static DataType INTEGER_DT
           
static int JPEG
          The data is JPEG
static DataType JPEG_DT
           
static int LONG
          The data is a long.
static DataType LONG_DT
           
static int M3U
          The data is M3U
static DataType M3U_DT
           
static int MIXED
          The data is of mixed type.
static DataType MIXED_DT
           
static int MP3
          The data is MP3
static DataType MP3_DT
           
static int MPEG
          The data is MPEG
static DataType MPEG_DT
           
static int NOTSET
          Nothing has been set
static DataType NOTSET_DT
           
static int PNG
          The data is PNG
static DataType PNG_DT
           
static int QUICKTIME
          The data is QUICKTIME
static DataType QUICKTIME_DT
           
static int REFERENCE
          The data is a Index Reference.
static DataType REFERENCE_DT
           
static int REFERENCE_LIST
          The data is a List of Index References.
static DataType REFERENCE_LIST_DT
           
static int SHORT
          The data is a short.
static DataType SHORT_DT
           
static int STRING
          The data is a string.
static DataType STRING_DT
           
static int TEXT
          The data is text
static DataType TEXT_DT
           
static int TIFF
          The data is TIFF
static DataType TIFF_DT
           
static int UNKNOWN
          The data is of unknown type.
static DataType UNKNOWN_DT
           
static int VOID
          The data is a void.
static DataType VOID_DT
           
static int WAV
          The data is WAV
static DataType WAV_DT
           
static int XML
          The data is xml
static DataType XML_DT
           
 
Method Summary
 java.lang.String mimeType()
          The mime-type of this DataType.
 int value()
          The value for this instance of the enumeration.
 

Field Detail

NOTSET

public static final int NOTSET
Nothing has been set

See Also:
Constant Field Values

NOTSET_DT

public static final DataType NOTSET_DT

ANY

public static final int ANY
The data is of any type.

See Also:
Constant Field Values

ANY_DT

public static final DataType ANY_DT

UNKNOWN

public static final int UNKNOWN
The data is of unknown type.

See Also:
Constant Field Values

UNKNOWN_DT

public static final DataType UNKNOWN_DT

ARBITRARY

public static final int ARBITRARY
The data is of arbitrary type.

See Also:
Constant Field Values

ARBITRARY_DT

public static final DataType ARBITRARY_DT

MIXED

public static final int MIXED
The data is of mixed type.

See Also:
Constant Field Values

MIXED_DT

public static final DataType MIXED_DT

INTEGER

public static final int INTEGER
The data is an integer.

See Also:
Constant Field Values

INTEGER_DT

public static final DataType INTEGER_DT

FLOAT

public static final int FLOAT
The data is a float.

See Also:
Constant Field Values

FLOAT_DT

public static final DataType FLOAT_DT

DOUBLE

public static final int DOUBLE
The data is a double.

See Also:
Constant Field Values

DOUBLE_DT

public static final DataType DOUBLE_DT

LONG

public static final int LONG
The data is a long.

See Also:
Constant Field Values

LONG_DT

public static final DataType LONG_DT

SHORT

public static final int SHORT
The data is a short.

See Also:
Constant Field Values

SHORT_DT

public static final DataType SHORT_DT

BOOLEAN

public static final int BOOLEAN
The data is a boolean.

See Also:
Constant Field Values

BOOLEAN_DT

public static final DataType BOOLEAN_DT

BYTE

public static final int BYTE
The data is a byte.

See Also:
Constant Field Values

BYTE_DT

public static final DataType BYTE_DT

CHAR

public static final int CHAR
The data is a char.

See Also:
Constant Field Values

CHAR_DT

public static final DataType CHAR_DT

STRING

public static final int STRING
The data is a string.

See Also:
Constant Field Values

STRING_DT

public static final DataType STRING_DT

VOID

public static final int VOID
The data is a void.

See Also:
Constant Field Values

VOID_DT

public static final DataType VOID_DT

TEXT

public static final int TEXT
The data is text

See Also:
Constant Field Values

TEXT_DT

public static final DataType TEXT_DT

HTML

public static final int HTML
The data is html

See Also:
Constant Field Values

HTML_DT

public static final DataType HTML_DT

XML

public static final int XML
The data is xml

See Also:
Constant Field Values

XML_DT

public static final DataType XML_DT

MP3

public static final int MP3
The data is MP3

See Also:
Constant Field Values

MP3_DT

public static final DataType MP3_DT

M3U

public static final int M3U
The data is M3U

See Also:
Constant Field Values

M3U_DT

public static final DataType M3U_DT

WAV

public static final int WAV
The data is WAV

See Also:
Constant Field Values

WAV_DT

public static final DataType WAV_DT

MPEG

public static final int MPEG
The data is MPEG

See Also:
Constant Field Values

MPEG_DT

public static final DataType MPEG_DT

QUICKTIME

public static final int QUICKTIME
The data is QUICKTIME

See Also:
Constant Field Values

QUICKTIME_DT

public static final DataType QUICKTIME_DT

JPEG

public static final int JPEG
The data is JPEG

See Also:
Constant Field Values

JPEG_DT

public static final DataType JPEG_DT

GIF

public static final int GIF
The data is GIF

See Also:
Constant Field Values

GIF_DT

public static final DataType GIF_DT

PNG

public static final int PNG
The data is PNG

See Also:
Constant Field Values

PNG_DT

public static final DataType PNG_DT

TIFF

public static final int TIFF
The data is TIFF

See Also:
Constant Field Values

TIFF_DT

public static final DataType TIFF_DT

BMP

public static final int BMP
The data is BMP

See Also:
Constant Field Values

BMP_DT

public static final DataType BMP_DT

REFERENCE

public static final int REFERENCE
The data is a Index Reference.

See Also:
Constant Field Values

REFERENCE_DT

public static final DataType REFERENCE_DT

REFERENCE_LIST

public static final int REFERENCE_LIST
The data is a List of Index References.

See Also:
Constant Field Values

REFERENCE_LIST_DT

public static final DataType REFERENCE_LIST_DT
Method Detail

value

public int value()
The value for this instance of the enumeration.


mimeType

public java.lang.String mimeType()
The mime-type of this DataType.