Class IPTCEntry

java.lang.Object
com.twelvemonkeys.imageio.metadata.AbstractEntry
com.twelvemonkeys.imageio.metadata.iptc.IPTCEntry
All Implemented Interfaces:
Entry

class IPTCEntry extends AbstractEntry
IPTCEntry
Version:
$Id: IPTCEntry.java,v 1.0 Nov 13, 2009 8:57:04 PM haraldk Exp$
  • Constructor Details

    • IPTCEntry

      public IPTCEntry(int tagId, Object value)
  • Method Details

    • getFieldName

      public String getFieldName()
      Description copied from class: AbstractEntry
      Returns null, meaning unknown or undefined.
      Specified by:
      getFieldName in interface Entry
      Overrides:
      getFieldName in class AbstractEntry
      Returns:
      null.
    • getNativeIdentifier

      protected String getNativeIdentifier()
      Description copied from class: AbstractEntry
      Returns a format-native identifier. For example "2:00" for IPTC "Record Version" field, or "0x040c" for PSD "Thumbnail" resource. This default implementation simply returns String.valueOf(getIdentifier()).
      Overrides:
      getNativeIdentifier in class AbstractEntry
      Returns:
      a format-native identifier.