Class IptcRecord


  • public class IptcRecord
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IptcRecord​(IptcType iptcType, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIptcTypeName()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • iptcType

        public final IptcType iptcType
      • value

        private final java.lang.String value
      • COMPARATOR

        public static final java.util.Comparator<IptcRecord> COMPARATOR
    • Constructor Detail

      • IptcRecord

        public IptcRecord​(IptcType iptcType,
                          java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • getIptcTypeName

        public java.lang.String getIptcTypeName()