Class DataExtractionFormatInfo
java.lang.Object
org.eclipse.birt.report.engine.api.DataExtractionFormatInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.birt.core.framework.IConfigurationElement
Get configuration element of data extraction extension.Get extraction format of the output file.getId()
Get data extraction extension id.Get mime type of the output file.getName()
Get data extraction extension name.isHidden()
Get whether format could be shown
-
Constructor Details
-
DataExtractionFormatInfo
public DataExtractionFormatInfo(String id, String format, String mimeType, String name, Boolean isHidden, org.eclipse.birt.core.framework.IConfigurationElement dataExtractionExtension) Constructor of the class DataExtractionFormatInfo.- Parameters:
id
-format
-mimeType
-name
-dataExtractionExtension
-
-
-
Method Details
-
getFormat
Get extraction format of the output file.- Returns:
- format
-
getId
Get data extraction extension id.- Returns:
- id
-
getMimeType
Get mime type of the output file.- Returns:
- mimeType
-
getName
Get data extraction extension name.- Returns:
- name
-
getDataExtractionExtension
public org.eclipse.birt.core.framework.IConfigurationElement getDataExtractionExtension()Get configuration element of data extraction extension.- Returns:
- dataExtractionExtension
-
isHidden
Get whether format could be shown- Returns:
- hideFormat
-