Package be.gaudry.model.file.meta
Enum Class ExifTag
- All Implemented Interfaces:
PhotoMetaTag
,com.thebuzzmedia.exiftool.Tag
,Serializable
,Comparable<ExifTag>
,Constable
EXIF (Exchangeable Image File Format) Tags
Enum used to pre-define a convenient list of tags that can be easily
extracted from images using this class with an external install of
ExifTool.
- Author:
- Steph GAUDRY
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription(called DateTimeDigitized by the EXIF spec.)(date/time when original image was taken)(time zone for ModifyDate)(time zone for CreateDate)(time zone for DateTimeOriginal)(fractional seconds for ModifyDate)(fractional seconds for CreateDate)fractional seconds for DateTimeOriginal)(1 or 2 values: 1. -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getName()
<T> String
getString(T value)
boolean
<T> T
static ExifTag
Returns the enum constant of this class with the specified name.static ExifTag[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MAKE
-
MODEL
-
IMAGE_DESCRIPTION
-
SOFTWARE
-
MODIFY_DATE
-
ARTIST
-
COPYRIGHT
-
TIMEZONE_OFFSET
(1 or 2 values: 1. The time zone offset of DateTimeOriginal from GMT in hours, 2. If present, the time zone offset of ModifyDate) -
DATETIME_ORIGINAL
(date/time when original image was taken) -
CREATE_DATE
(called DateTimeDigitized by the EXIF spec.) -
OFFSET_TIME
(time zone for ModifyDate) -
OFFSET_TIME_ORIGINAL
(time zone for DateTimeOriginal) -
OFFSET_TIME_DIGITIZED
(time zone for CreateDate) -
IMAGE_HISTORY
-
SUBSEC_TIME
(fractional seconds for ModifyDate) -
SUBSEC_TIME_ORIGINAL
fractional seconds for DateTimeOriginal) -
SUBSEC_TIME_DIGITIZED
(fractional seconds for CreateDate) -
MAKER_NOTE_NIKON
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
isWritable
public boolean isWritable()- Specified by:
isWritable
in interfacePhotoMetaTag
-
getName
- Specified by:
getName
in interfacecom.thebuzzmedia.exiftool.Tag
-
parse
- Specified by:
parse
in interfacecom.thebuzzmedia.exiftool.Tag
-
getString
-
getInnerType
- Specified by:
getInnerType
in interfacePhotoMetaTag
-
getId
public int getId()
-