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>COMPARATORIptcTypeiptcTypeprivate java.lang.Stringvalue
-
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.StringgetIptcTypeName()java.lang.StringgetValue()
-
-
-
Field Detail
-
COMPARATOR
public static final java.util.Comparator<IptcRecord> COMPARATOR
-
iptcType
public final IptcType iptcType
-
value
private final java.lang.String value
-
-
Constructor Detail
-
IptcRecord
public IptcRecord(IptcType iptcType, java.lang.String value)
-
-