DataFormat Class Reference
List of all members.
|
Public Member Functions |
| int | getValue () |
| String | toString () |
Static Public Member Functions |
| static DataFormat | fromValue (int value) throws MetadataException |
Static Public Attributes |
| static final DataFormat | BYTE = new DataFormat("BYTE", 1) |
| static final DataFormat | DOUBLE = new DataFormat("DOUBLE", 12) |
| static final DataFormat | SBYTE = new DataFormat("SBYTE", 6) |
| static final DataFormat | SINGLE = new DataFormat("SINGLE", 11) |
| static final DataFormat | SLONG = new DataFormat("SLONG", 9) |
| static final DataFormat | SRATIONAL = new DataFormat("SRATIONAL", 10) |
| static final DataFormat | SSHORT = new DataFormat("SSHORT", 8) |
| static final DataFormat | STRING = new DataFormat("STRING", 2) |
| static final DataFormat | ULONG = new DataFormat("ULONG", 4) |
| static final DataFormat | UNDEFINED = new DataFormat("UNDEFINED", 7) |
| static final DataFormat | URATIONAL = new DataFormat("URATIONAL", 5) |
| static final DataFormat | USHORT = new DataFormat("USHORT", 3) |
Private Member Functions |
| | DataFormat (String name, int value) |
Private Attributes |
| final String | myName |
| final int | value |
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
final int value [private] |
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/BusinessLogic/ERAttachment/Sources/com/drew/metadata/exif/DataFormat.java