Class IptcRecord
- java.lang.Object
-
- org.apache.commons.imaging.formats.jpeg.iptc.IptcRecord
-
public class IptcRecord extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<IptcRecord>
COMPARATOR
IptcType
iptcType
-
Constructor Summary
Constructors Constructor Description IptcRecord(IptcType iptcType, String value)
-
-
-
Field Detail
-
iptcType
public final IptcType iptcType
-
COMPARATOR
public static final Comparator<IptcRecord> COMPARATOR
-
-