|
Project Wonder 5.0 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objecter.attachment.metadata.ERParsedMetadataDirectory
public class ERParsedMetadataDirectory
ERParsedMetadataDirectory represents a metadata directory that has been properly parsed.
| Field Summary |
|---|
| Fields inherited from interface er.attachment.metadata.IERMetadataDirectory |
|---|
EXIF, IPTC, JFIF, PDF, TIFF |
| Constructor Summary | |
|---|---|
ERParsedMetadataDirectory(java.lang.String directoryName)
Constructs a new parsed metadata directory. |
|
| Method Summary | |
|---|---|
void |
addMetadataEntry(ERMetadataEntry entry)
Adds a metadata entry to this directory. |
java.lang.String |
getDirectoryName()
Returns the name of this metadata directory (EXIF, IPTC, etc). |
java.util.Iterator<ERMetadataEntry> |
getMetadataEntries()
Returns the metadata entries from this directory. |
ERMetadataEntry |
getMetadataEntryByName(java.lang.String name)
Returns a metadata entry for the given name. |
ERMetadataEntry |
getMetadataEntryByType(int type)
Returns a metadata entry for the given type. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ERParsedMetadataDirectory(java.lang.String directoryName)
directoryName - the directory name| Method Detail |
|---|
public java.lang.String getDirectoryName()
getDirectoryName in interface IERMetadataDirectorypublic void addMetadataEntry(ERMetadataEntry entry)
entry - the entry to addpublic ERMetadataEntry getMetadataEntryByType(int type)
type - the type to lookup
public ERMetadataEntry getMetadataEntryByName(java.lang.String name)
name - the name to lookup
public java.util.Iterator<ERMetadataEntry> getMetadataEntries()
public java.lang.String toString()
toString in class java.lang.Object
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||