|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.sys.IsExportTypeExpression
public class IsExportTypeExpression
Tests, whether a certain export type is currently used. This matches the given export type with the export type that is specified by the output-target. The given export type can be a partial pattern, in which case this expression tests, whether the given export type is a sub-type of the output-target's type.
To test whether a table-export is used, specifiy the export type as "table" and it will match all table exports.
Constructor Summary | |
---|---|
IsExportTypeExpression()
Default constructor. |
Method Summary | |
---|---|
String |
getExportType()
Returns the export type string. |
Object |
getValue()
Return Boolean.TRUE, if the specified export type matches the used export type, Boolean.FALSE otherwise. |
void |
setExportType(String exportType)
Defines the export type. |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression |
---|
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IsExportTypeExpression()
Method Detail |
---|
public String getExportType()
public void setExportType(String exportType)
exportType
- the export type.public Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |