Package lumis.portal.fileparser
Interface IFileMetadata
-
- All Known Subinterfaces:
IFileMetadata
- All Known Implementing Classes:
FileMetadata
@Deprecated public interface IFileMetadata
Deprecated.Since 6.1.0, replaced byIFileMetadata
.Stores the metadata of a file.- Since:
- 6.0.0
- Version:
- $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
METADATA_DURATION
Deprecated.static String
METADATA_FORMAT
Deprecated.static String
METADATA_HEIGHT
Deprecated.static String
METADATA_WIDTH
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description 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
-
-