Inherited by DefaultTagDescriptor, CanonMakernoteDescriptor, CasioMakernoteDescriptor, ExifDescriptor, ExifInteropDescriptor, FujifilmMakernoteDescriptor, GpsDescriptor, NikonType1MakernoteDescriptor, NikonType2MakernoteDescriptor, NikonType3MakernoteDescriptor, OlympusMakernoteDescriptor, IptcDescriptor, JpegCommentDescriptor, and JpegDescriptor.

Public Member Functions | |
| abstract String | getDescription (int tagType) throws MetadataException |
| TagDescriptor (Directory directory) | |
Protected Attributes | |
| final Directory | _directory |
| TagDescriptor | ( | Directory | directory | ) |
| abstract String getDescription | ( | int | tagType | ) | throws MetadataException [pure virtual] |
Returns a descriptive value of the the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the Exif segment. If no substitution is available, the value provided by getString(int) will be returned.
This and getString(int) are the only 'get' methods that won't throw an exception.
| tagType | the tag to find a description for |
null if the tag hasn't been defined. Implemented in DefaultTagDescriptor, CanonMakernoteDescriptor, CasioMakernoteDescriptor, ExifDescriptor, ExifInteropDescriptor, FujifilmMakernoteDescriptor, GpsDescriptor, NikonType1MakernoteDescriptor, NikonType2MakernoteDescriptor, NikonType3MakernoteDescriptor, OlympusMakernoteDescriptor, IptcDescriptor, JpegCommentDescriptor, and JpegDescriptor.
final Directory _directory [protected] |
1.5.8