public class ERParsedMetadataDirectory extends Object implements IERMetadataDirectory
Constructor and Description |
---|
ERParsedMetadataDirectory(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.
|
String |
getDirectoryName()
Returns the name of this metadata directory (EXIF, IPTC, etc).
|
Iterator<ERMetadataEntry> |
getMetadataEntries()
Returns the metadata entries from this directory.
|
ERMetadataEntry |
getMetadataEntryByName(String name)
Returns a metadata entry for the given name.
|
ERMetadataEntry |
getMetadataEntryByType(int type)
Returns a metadata entry for the given type.
|
String |
toString() |
public ERParsedMetadataDirectory(String directoryName)
directoryName
- the directory name
新パース済みのメタデータ・ディレクトリを作成します。directoryName
- - ディレクトリ名
public String getDirectoryName()
getDirectoryName
in interface IERMetadataDirectory
public void addMetadataEntry(ERMetadataEntry entry)
entry
- the entry to add
このディレクトリのメタデータ・エントリーを追加します。entry
- - 追加するメタデータ・エントリー
public ERMetadataEntry getMetadataEntryByType(int type)
type
- the type to lookuptype
- - ルックアップするタイプpublic ERMetadataEntry getMetadataEntryByName(String name)
name
- the name to lookupname
- - ルックアップする名前public Iterator<ERMetadataEntry> getMetadataEntries()
Copyright © 2002 – 2024 Project Wonder.