Class 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 Detail

      • IPTCEntry

        public IPTCEntry​(int tagId,
                         java.lang.Object value)
    • Method Detail

      • getNativeIdentifier

        protected java.lang.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.