Class DataExtractionFormatInfo
- java.lang.Object
-
- org.eclipse.birt.report.engine.api.DataExtractionFormatInfo
-
public class DataExtractionFormatInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DataExtractionFormatInfo(java.lang.String id, java.lang.String format, java.lang.String mimeType, java.lang.String name, java.lang.Boolean isHidden, org.eclipse.birt.core.framework.IConfigurationElement dataExtractionExtension)
Constructor of the class DataExtractionFormatInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.birt.core.framework.IConfigurationElement
getDataExtractionExtension()
Get configuration element of data extraction extension.java.lang.String
getFormat()
Get extraction format of the output file.java.lang.String
getId()
Get data extraction extension id.java.lang.String
getMimeType()
Get mime type of the output file.java.lang.String
getName()
Get data extraction extension name.java.lang.Boolean
isHidden()
Get whether format could be shown
-
-
-
Constructor Detail
-
DataExtractionFormatInfo
public DataExtractionFormatInfo(java.lang.String id, java.lang.String format, java.lang.String mimeType, java.lang.String name, java.lang.Boolean isHidden, org.eclipse.birt.core.framework.IConfigurationElement dataExtractionExtension)
Constructor of the class DataExtractionFormatInfo.- Parameters:
id
-format
-mimeType
-name
-dataExtractionExtension
-
-
-
Method Detail
-
getFormat
public java.lang.String getFormat()
Get extraction format of the output file.- Returns:
- format
-
getId
public java.lang.String getId()
Get data extraction extension id.- Returns:
- id
-
getMimeType
public java.lang.String getMimeType()
Get mime type of the output file.- Returns:
- mimeType
-
getName
public java.lang.String 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
public java.lang.Boolean isHidden()
Get whether format could be shown- Returns:
- hideFormat
-
-