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.


Method Summary
 java.lang.String getText()
           
 
Methods inherited from interface org.eclipse.birt.data.engine.api.IBaseExpression
getDataType, getHandle, getID, setHandle, setID
 

Method Detail

getText

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


Copyright © 2005 Actuate Corp. All rights reserved.