Enum Class IPTCTag

java.lang.Object
java.lang.Enum<IPTCTag>
be.gaudry.model.file.meta.IPTCTag
All Implemented Interfaces:
PhotoMetaTag, com.thebuzzmedia.exiftool.Tag, Serializable, Comparable<IPTCTag>, Constable

public enum IPTCTag extends Enum<IPTCTag> implements PhotoMetaTag
IPTC (Information Interchange Model) 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
  • Enum Constant Details

    • APP_BYLINE

      public static final IPTCTag APP_BYLINE
    • APP_BYLINE_TITLE

      public static final IPTCTag APP_BYLINE_TITLE
    • APP_CREDIT

      public static final IPTCTag APP_CREDIT
    • APP_SOURCE

      public static final IPTCTag APP_SOURCE
    • APP_KEYWORDS

      public static final IPTCTag APP_KEYWORDS
    • APP_DATE_CREATED

      public static final IPTCTag APP_DATE_CREATED
    • APP_TIME_CREATED

      public static final IPTCTag APP_TIME_CREATED
    • APP_DIGITAL_CREATION_DATE

      public static final IPTCTag APP_DIGITAL_CREATION_DATE
    • APP_DIGITAL_CREATION_TIME

      public static final IPTCTag APP_DIGITAL_CREATION_TIME
    • APP_ORIGINATING_PROGRAM

      public static final IPTCTag APP_ORIGINATING_PROGRAM
    • APP_PROGRAM_VERSION

      public static final IPTCTag APP_PROGRAM_VERSION
    • ENV_CODED_CHARACTER_SET

      public static final IPTCTag ENV_CODED_CHARACTER_SET
  • Method Details

    • values

      public static IPTCTag[] 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

      public static IPTCTag valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • isWritable

      public boolean isWritable()
      Specified by:
      isWritable in interface PhotoMetaTag
    • getName

      public String getName()
      Specified by:
      getName in interface com.thebuzzmedia.exiftool.Tag
    • parse

      public <T> T parse(String value)
      Specified by:
      parse in interface com.thebuzzmedia.exiftool.Tag
    • getInnerType

      public String getInnerType()
      Specified by:
      getInnerType in interface PhotoMetaTag