|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final int NOTSET_VALUE
static final DataType NOTSET
static final int ANY_VALUE
static final DataType ANY
static final int UNKNOWN_VALUE
static final DataType UNKNOWN
static final int ARBITRARY_VALUE
static final DataType ARBITRARY
static final int MIXED_VALUE
static final DataType MIXED
static final int INTEGER_VALUE
static final DataType INTEGER
static final int FLOAT_VALUE
static final DataType FLOAT
static final int DOUBLE_VALUE
static final DataType DOUBLE
static final int LONG_VALUE
static final DataType LONG
static final int SHORT_VALUE
static final DataType SHORT
static final int BOOLEAN_VALUE
static final DataType BOOLEAN
static final int BYTE_VALUE
static final DataType BYTE
static final int CHAR_VALUE
static final DataType CHAR
static final int STRING_VALUE
static final DataType STRING
static final int VOID_VALUE
static final DataType VOID
static final int BIG_INTEGER_VALUE
static final DataType BIG_INTEGER
static final int BIG_DECIMAL_VALUE
static final DataType BIG_DECIMAL
static final int SERIALIZABLE_VALUE
static final DataType SERIALIZABLE
static final int TEXT_VALUE
static final DataType TEXT
static final int HTML_VALUE
static final DataType HTML
static final int XML_VALUE
static final DataType XML
static final int MP3_VALUE
static final DataType MP3
static final int M3U_VALUE
static final DataType M3U
static final int WAV_VALUE
static final DataType WAV
static final int MPEG_VALUE
static final DataType MPEG
static final int QUICKTIME_VALUE
static final DataType QUICKTIME
static final int FLV_VALUE
static final DataType FLV
static final int JPEG_VALUE
static final DataType JPEG
static final int GIF_VALUE
static final DataType GIF
static final int PNG_VALUE
static final DataType PNG
static final int TIFF_VALUE
static final DataType TIFF
static final int BMP_VALUE
static final DataType BMP
static final int REFERENCE_VALUE
static final DataType REFERENCE
static final int REFERENCE_LIST_VALUE
static final DataType REFERENCE_LIST
| Method Detail |
|---|
int value()
java.lang.String mimeType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||