lumis.portal.fileparser
Interface IFileMetadata

Package class diagram package IFileMetadata
All Known Subinterfaces:
IFileMetadata
All Known Implementing Classes:
FileMetadata

Deprecated. Since 6.1.0, replaced by IFileMetadata.

@Deprecated
public interface IFileMetadata

Stores the metadata of a file.

Since:
6.0.0

Field Summary
static String METADATA_DURATION
          Deprecated.  
static String METADATA_FORMAT
          Deprecated.  
static String METADATA_HEIGHT
          Deprecated.  
static String METADATA_WIDTH
          Deprecated.  
 
Method Summary
 Long getDuration()
          Deprecated. Returns the duration metadata.
 String getFormat()
          Deprecated. Returns the format metadata.
 Integer getHeight()
          Deprecated. Returns the height metadata.
 Integer getWidth()
          Deprecated. Returns the width metadata.
 

Field Detail

METADATA_DURATION

static final String METADATA_DURATION
Deprecated. 
See Also:
Constant Field Values

METADATA_HEIGHT

static final String METADATA_HEIGHT
Deprecated. 
See Also:
Constant Field Values

METADATA_WIDTH

static final String METADATA_WIDTH
Deprecated. 
See Also:
Constant Field Values

METADATA_FORMAT

static final String METADATA_FORMAT
Deprecated. 
See Also:
Constant Field Values
Method Detail

getDuration

Long getDuration()
Deprecated. 
Returns the duration metadata.

Returns:
the duration metadata.
Since:
6.0.0

getHeight

Integer getHeight()
Deprecated. 
Returns the height metadata.

Returns:
the height metadata.
Since:
6.0.0

getWidth

Integer getWidth()
Deprecated. 
Returns the width metadata.

Returns:
the width metadata.
Since:
6.0.0

getFormat

String getFormat()
Deprecated. 
Returns the format metadata.

Returns:
the format metadata.
Since:
6.0.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.