com.drew.metadata.iptc
public class IptcDescriptor extends TagDescriptor<IptcDirectory>
IptcDirectory.
As the IPTC directory already stores values as strings, this class simply returns the tag's value.
| Constructor and Description |
|---|
IptcDescriptor(IptcDirectory directory) |
convertBytesToVersionStringpublic IptcDescriptor(IptcDirectory directory)
public String getDescription(int tagType)
TagDescriptorgetString(tagType) will be returned.getDescription in class TagDescriptor<IptcDirectory>tagType - the tag to find a description fornull if the tag hasn't been defined.public String getFileFormatDescription()
public String getByLineDescription()
public String getByLineTitleDescription()
public String getCaptionDescription()
public String getCategoryDescription()
public String getCityDescription()
public String getCopyrightNoticeDescription()
public String getCountryOrPrimaryLocationDescription()
public String getCreditDescription()
public String getDateCreatedDescription()
public String getHeadlineDescription()
public String getKeywordsDescription()
public String getObjectNameDescription()
public String getOriginalTransmissionReferenceDescription()
public String getOriginatingProgramDescription()
public String getProvinceOrStateDescription()
public String getRecordVersionDescription()
public String getReleaseDateDescription()
public String getReleaseTimeDescription()
public String getSourceDescription()
public String getSpecialInstructionsDescription()
public String getSupplementalCategoriesDescription()
public String getTimeCreatedDescription()
public String getDigitalTimeCreatedDescription()
public String getUrgencyDescription()
public String getWriterDescription()
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.