public class ERParsedMetadataDirectory extends java.lang.Object implements IERMetadataDirectory
| Constructor and Description |
|---|
ERParsedMetadataDirectory(java.lang.String directoryName)
Constructs a new parsed metadata directory.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public ERParsedMetadataDirectory(java.lang.String directoryName)
directoryName - the directory name
新パース済みのメタデータ・ディレクトリを作成します。directoryName - - ディレクトリ名
public java.lang.String getDirectoryName()
getDirectoryName in interface IERMetadataDirectorypublic void addMetadataEntry(ERMetadataEntry entry)
entry - the entry to add
このディレクトリのメタデータ・エントリーを追加します。entry - - 追加するメタデータ・エントリー
public ERMetadataEntry getMetadataEntryByType(int type)
type - the type to lookuptype - - ルックアップするタイプpublic ERMetadataEntry getMetadataEntryByName(java.lang.String name)
name - the name to lookupname - - ルックアップする名前public java.util.Iterator<ERMetadataEntry> getMetadataEntries()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2002 – 2022 Project Wonder.