public enum ObjectFormatCode extends java.lang.Enum<ObjectFormatCode> implements Code<UINT16>
Modifier and Type | Class and Description |
---|---|
static class |
ObjectFormatCode.Type |
Enum Constant and Description |
---|
AIFF |
ASF |
ASSOCIATION |
AVI |
BMP |
CIFF |
DPOF |
EXECUTABLE |
EXIF_JPEG |
FLASHPIX |
GIF |
HTML |
JFIF |
JP2 |
JPX |
MP3 |
MPEG |
PCD |
PICT |
PNG |
RESERVED |
SCRIPT |
TEXT |
TIFF |
TIFF_EP |
TIFF_IT |
UNDEFINED |
UNKNOWN_IMAGE |
UNKNOWN_NON_IMAGE |
WAV |
Modifier and Type | Method and Description |
---|---|
ObjectFormatCode.Type |
type() |
UINT16 |
value() |
static ObjectFormatCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectFormatCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectFormatCode UNKNOWN_NON_IMAGE
public static final ObjectFormatCode ASSOCIATION
public static final ObjectFormatCode SCRIPT
public static final ObjectFormatCode EXECUTABLE
public static final ObjectFormatCode TEXT
public static final ObjectFormatCode HTML
public static final ObjectFormatCode DPOF
public static final ObjectFormatCode AIFF
public static final ObjectFormatCode WAV
public static final ObjectFormatCode MP3
public static final ObjectFormatCode AVI
public static final ObjectFormatCode MPEG
public static final ObjectFormatCode ASF
public static final ObjectFormatCode UNKNOWN_IMAGE
public static final ObjectFormatCode EXIF_JPEG
public static final ObjectFormatCode TIFF_EP
public static final ObjectFormatCode FLASHPIX
public static final ObjectFormatCode BMP
public static final ObjectFormatCode CIFF
public static final ObjectFormatCode RESERVED
public static final ObjectFormatCode GIF
public static final ObjectFormatCode JFIF
public static final ObjectFormatCode PCD
public static final ObjectFormatCode PICT
public static final ObjectFormatCode PNG
public static final ObjectFormatCode UNDEFINED
public static final ObjectFormatCode TIFF
public static final ObjectFormatCode TIFF_IT
public static final ObjectFormatCode JP2
public static final ObjectFormatCode JPX
public static ObjectFormatCode[] values()
for (ObjectFormatCode c : ObjectFormatCode.values()) System.out.println(c);
public static ObjectFormatCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic ObjectFormatCode.Type type()