public class EmitterInfo
extends java.lang.Object
Constructor and Description |
---|
EmitterInfo(java.lang.String format,
java.lang.String id,
java.lang.String pagination,
java.lang.String mimeType,
java.lang.String icon,
java.lang.String namespace,
java.lang.String fileExt,
java.lang.Boolean outputDisplayNone,
java.lang.Boolean isHidden,
java.lang.String supportedImageFormats,
boolean needOutputResultSet,
org.eclipse.birt.core.framework.IConfigurationElement emitter) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.birt.core.framework.IConfigurationElement |
getEmitter()
Get the emitter instance of the emitter.
|
java.lang.String |
getFileExtension()
get the file extension of this emitter's output, "." not included
|
java.lang.String |
getFormat()
Get the format of the emitter.
|
java.lang.String |
getIcon()
Get the icon of the emitter.
|
java.lang.String |
getID()
Get the id of the emitter.
|
java.lang.String |
getMimeType()
Get the mimeType of the emitter.
|
java.lang.String |
getNamespace()
Get the namespace of the emitter.
|
java.lang.Boolean |
getOutputDisplayNone()
Get the outputDisplayNone of the emitter.
|
int |
getOverridePriority()
Get the emitter override priority.
|
java.lang.String |
getPagination()
Get the pagination of the emitter.
|
java.lang.String |
getSupportedImageFormats()
get the image formats the emitter supports
|
java.lang.Boolean |
isHidden()
get whether format is allowed to be shown
|
boolean |
needOutputResultSet()
If the emitter needs output query result set.
|
void |
setNeedOutputResultSet(boolean needOutputResultSet)
Set needOutputResultSet.
|
void |
setOverridePriority(int overridePriority)
Set the emitter override priority.
|
public EmitterInfo(java.lang.String format, java.lang.String id, java.lang.String pagination, java.lang.String mimeType, java.lang.String icon, java.lang.String namespace, java.lang.String fileExt, java.lang.Boolean outputDisplayNone, java.lang.Boolean isHidden, java.lang.String supportedImageFormats, boolean needOutputResultSet, org.eclipse.birt.core.framework.IConfigurationElement emitter)
public java.lang.String getNamespace()
public java.lang.String getIcon()
public java.lang.String getFormat()
public java.lang.String getID()
public org.eclipse.birt.core.framework.IConfigurationElement getEmitter()
public java.lang.String getMimeType()
public java.lang.String getPagination()
public java.lang.Boolean getOutputDisplayNone()
public java.lang.String getFileExtension()
public java.lang.Boolean isHidden()
public java.lang.String getSupportedImageFormats()
public boolean needOutputResultSet()
public void setNeedOutputResultSet(boolean needOutputResultSet)
needOutputResultSet
- public int getOverridePriority()
public void setOverridePriority(int overridePriority)
overridePriority
- Copyright © 2008 Actuate Corp. All rights reserved.