Class IptcRecord
- java.lang.Object
-
- org.apache.commons.imaging.formats.jpeg.iptc.IptcRecord
-
public class IptcRecord extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Comparator<IptcRecord>
COMPARATOR
IptcType
iptcType
private java.lang.String
value
-
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()
-
-
-
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)
-
-