Project Wonder 5.0

er.attachment.metadata
Interface IERMetadataDirectory

All Known Implementing Classes:
ERParsedMetadataDirectory, ERUnparsedMetadataDirectory

public interface IERMetadataDirectory

IERMetadataDirectory provides the base interface for any metadata directory.

Author:
mschrag

Field Summary
static java.lang.String EXIF
          The name for an EXIF directory.
static java.lang.String IPTC
          The name for an IPTC directory.
static java.lang.String JFIF
          The name for a JFIF directory.
static java.lang.String PDF
          The name for a PDF directory.
static java.lang.String TIFF
          The name for a TIFF directory.
 
Method Summary
 java.lang.String getDirectoryName()
          Returns the name of this directory.
 

Field Detail

EXIF

static final java.lang.String EXIF
The name for an EXIF directory.

See Also:
Constant Field Values

IPTC

static final java.lang.String IPTC
The name for an IPTC directory.

See Also:
Constant Field Values

TIFF

static final java.lang.String TIFF
The name for a TIFF directory.

See Also:
Constant Field Values

JFIF

static final java.lang.String JFIF
The name for a JFIF directory.

See Also:
Constant Field Values

PDF

static final java.lang.String PDF
The name for a PDF directory.

See Also:
Constant Field Values
Method Detail

getDirectoryName

java.lang.String getDirectoryName()
Returns the name of this directory.

Returns:
the name of this directory

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.