Class IPTCEntry
java.lang.Object
com.twelvemonkeys.imageio.metadata.AbstractEntry
com.twelvemonkeys.imageio.metadata.iptc.IPTCEntry
- All Implemented Interfaces:
Entry
IPTCEntry
- Version:
- $Id: IPTCEntry.java,v 1.0 Nov 13, 2009 8:57:04 PM haraldk Exp$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturnsnull
, meaning unknown or undefined.protected String
Returns a format-native identifier.Methods inherited from class com.twelvemonkeys.imageio.metadata.AbstractEntry
equals, getIdentifier, getTypeName, getValue, getValueAsString, hashCode, toString, valueCount
-
Constructor Details
-
IPTCEntry
-
-
Method Details
-
getFieldName
Description copied from class:AbstractEntry
Returnsnull
, meaning unknown or undefined.- Specified by:
getFieldName
in interfaceEntry
- Overrides:
getFieldName
in classAbstractEntry
- Returns:
null
.
-
getNativeIdentifier
Description copied from class:AbstractEntry
Returns a format-native identifier. For example"2:00"
for IPTC "Record Version" field, or"0x040c"
for PSD "Thumbnail" resource. This default implementation simply returnsString.valueOf(getIdentifier())
.- Overrides:
getNativeIdentifier
in classAbstractEntry
- Returns:
- a format-native identifier.
-