org.eclipse.birt.data.engine.api
Interface IScriptExpression

All Superinterfaces:
IBaseExpression
All Known Implementing Classes:
ScriptExpression

public interface IScriptExpression
extends IBaseExpression

Describes a Javascript expression used in the report design.


Field Summary
 
Fields inherited from interface org.eclipse.birt.data.engine.api.IBaseExpression
GROUP_OVERALL
 
Method Summary
 java.lang.String getText()
           
 
Methods inherited from interface org.eclipse.birt.data.engine.api.IBaseExpression
getDataType, getGroupName, getHandle, setGroupName, setHandle
 

Method Detail

getText

java.lang.String getText()
Returns:
the Javascript expression text


Copyright © 2008 Actuate Corp. All rights reserved.