com.timeindexing.index
Interface DataType


public interface DataType

An enumeration of well known data types.


Field Summary
static DataType ANY
           
static int ANY_VALUE
          The data is of any type.
static DataType ARBITRARY
           
static int ARBITRARY_VALUE
          The data is of arbitrary type.
static DataType BIG_DECIMAL
           
static int BIG_DECIMAL_VALUE
          The data is a big decimal
static DataType BIG_INTEGER
           
static int BIG_INTEGER_VALUE
          The data is a big integer.
static DataType BMP
           
static int BMP_VALUE
          The data is BMP
static DataType BOOLEAN
           
static int BOOLEAN_VALUE
          The data is a boolean.
static DataType BYTE
           
static int BYTE_VALUE
          The data is a byte.
static DataType CHAR
           
static int CHAR_VALUE
          The data is a char.
static DataType DOUBLE
           
static int DOUBLE_VALUE
          The data is a double.
static DataType FLOAT
           
static int FLOAT_VALUE
          The data is a float.
static DataType FLV
           
static int FLV_VALUE
          The data is FLV
static DataType GIF
           
static int GIF_VALUE
          The data is GIF
static DataType HTML
           
static int HTML_VALUE
          The data is html
static DataType INTEGER
           
static int INTEGER_VALUE
          The data is an integer.
static DataType JPEG
           
static int JPEG_VALUE
          The data is JPEG
static DataType LONG
           
static int LONG_VALUE
          The data is a long.
static DataType M3U
           
static int M3U_VALUE
          The data is M3U
static DataType MIXED
           
static int MIXED_VALUE
          The data is of mixed type.
static DataType MP3
           
static int MP3_VALUE
          The data is MP3
static DataType MPEG
           
static int MPEG_VALUE
          The data is MPEG
static DataType NOTSET
           
static int NOTSET_VALUE
          Nothing has been set
static DataType PNG
           
static int PNG_VALUE
          The data is PNG
static DataType QUICKTIME
           
static int QUICKTIME_VALUE
          The data is QUICKTIME
static DataType REFERENCE
           
static DataType REFERENCE_LIST
           
static int REFERENCE_LIST_VALUE
          The data is a List of Index References.
static int REFERENCE_VALUE
          The data is a Index Reference.
static DataType SERIALIZABLE
           
static int SERIALIZABLE_VALUE
          The data is serializable.
static DataType SHORT
           
static int SHORT_VALUE
          The data is a short.
static DataType STRING
           
static int STRING_VALUE
          The data is a string.
static DataType TEXT
           
static int TEXT_VALUE
          The data is text
static DataType TIFF
           
static int TIFF_VALUE
          The data is TIFF
static DataType UNKNOWN
           
static int UNKNOWN_VALUE
          The data is of unknown type.
static DataType VOID
           
static int VOID_VALUE
          The data is a void.
static DataType WAV
           
static int WAV_VALUE
          The data is WAV
static DataType XML
           
static int XML_VALUE
          The data is xml
 
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_VALUE

static final int NOTSET_VALUE
Nothing has been set

See Also:
Constant Field Values

NOTSET

static final DataType NOTSET

ANY_VALUE

static final int ANY_VALUE
The data is of any type.

See Also:
Constant Field Values

ANY

static final DataType ANY

UNKNOWN_VALUE

static final int UNKNOWN_VALUE
The data is of unknown type.

See Also:
Constant Field Values

UNKNOWN

static final DataType UNKNOWN

ARBITRARY_VALUE

static final int ARBITRARY_VALUE
The data is of arbitrary type.

See Also:
Constant Field Values

ARBITRARY

static final DataType ARBITRARY

MIXED_VALUE

static final int MIXED_VALUE
The data is of mixed type.

See Also:
Constant Field Values

MIXED

static final DataType MIXED

INTEGER_VALUE

static final int INTEGER_VALUE
The data is an integer.

See Also:
Constant Field Values

INTEGER

static final DataType INTEGER

FLOAT_VALUE

static final int FLOAT_VALUE
The data is a float.

See Also:
Constant Field Values

FLOAT

static final DataType FLOAT

DOUBLE_VALUE

static final int DOUBLE_VALUE
The data is a double.

See Also:
Constant Field Values

DOUBLE

static final DataType DOUBLE

LONG_VALUE

static final int LONG_VALUE
The data is a long.

See Also:
Constant Field Values

LONG

static final DataType LONG

SHORT_VALUE

static final int SHORT_VALUE
The data is a short.

See Also:
Constant Field Values

SHORT

static final DataType SHORT

BOOLEAN_VALUE

static final int BOOLEAN_VALUE
The data is a boolean.

See Also:
Constant Field Values

BOOLEAN

static final DataType BOOLEAN

BYTE_VALUE

static final int BYTE_VALUE
The data is a byte.

See Also:
Constant Field Values

BYTE

static final DataType BYTE

CHAR_VALUE

static final int CHAR_VALUE
The data is a char.

See Also:
Constant Field Values

CHAR

static final DataType CHAR

STRING_VALUE

static final int STRING_VALUE
The data is a string.

See Also:
Constant Field Values

STRING

static final DataType STRING

VOID_VALUE

static final int VOID_VALUE
The data is a void.

See Also:
Constant Field Values

VOID

static final DataType VOID

BIG_INTEGER_VALUE

static final int BIG_INTEGER_VALUE
The data is a big integer.

See Also:
Constant Field Values

BIG_INTEGER

static final DataType BIG_INTEGER

BIG_DECIMAL_VALUE

static final int BIG_DECIMAL_VALUE
The data is a big decimal

See Also:
Constant Field Values

BIG_DECIMAL

static final DataType BIG_DECIMAL

SERIALIZABLE_VALUE

static final int SERIALIZABLE_VALUE
The data is serializable.

See Also:
Constant Field Values

SERIALIZABLE

static final DataType SERIALIZABLE

TEXT_VALUE

static final int TEXT_VALUE
The data is text

See Also:
Constant Field Values

TEXT

static final DataType TEXT

HTML_VALUE

static final int HTML_VALUE
The data is html

See Also:
Constant Field Values

HTML

static final DataType HTML

XML_VALUE

static final int XML_VALUE
The data is xml

See Also:
Constant Field Values

XML

static final DataType XML

MP3_VALUE

static final int MP3_VALUE
The data is MP3

See Also:
Constant Field Values

MP3

static final DataType MP3

M3U_VALUE

static final int M3U_VALUE
The data is M3U

See Also:
Constant Field Values

M3U

static final DataType M3U

WAV_VALUE

static final int WAV_VALUE
The data is WAV

See Also:
Constant Field Values

WAV

static final DataType WAV

MPEG_VALUE

static final int MPEG_VALUE
The data is MPEG

See Also:
Constant Field Values

MPEG

static final DataType MPEG

QUICKTIME_VALUE

static final int QUICKTIME_VALUE
The data is QUICKTIME

See Also:
Constant Field Values

QUICKTIME

static final DataType QUICKTIME

FLV_VALUE

static final int FLV_VALUE
The data is FLV

See Also:
Constant Field Values

FLV

static final DataType FLV

JPEG_VALUE

static final int JPEG_VALUE
The data is JPEG

See Also:
Constant Field Values

JPEG

static final DataType JPEG

GIF_VALUE

static final int GIF_VALUE
The data is GIF

See Also:
Constant Field Values

GIF

static final DataType GIF

PNG_VALUE

static final int PNG_VALUE
The data is PNG

See Also:
Constant Field Values

PNG

static final DataType PNG

TIFF_VALUE

static final int TIFF_VALUE
The data is TIFF

See Also:
Constant Field Values

TIFF

static final DataType TIFF

BMP_VALUE

static final int BMP_VALUE
The data is BMP

See Also:
Constant Field Values

BMP

static final DataType BMP

REFERENCE_VALUE

static final int REFERENCE_VALUE
The data is a Index Reference.

See Also:
Constant Field Values

REFERENCE

static final DataType REFERENCE

REFERENCE_LIST_VALUE

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

See Also:
Constant Field Values

REFERENCE_LIST

static final DataType REFERENCE_LIST
Method Detail

value

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


mimeType

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



Timeindexing 2008