org.eclipse.birt.data.engine.api.querydefn
Class ScriptExpression
java.lang.Object
org.eclipse.birt.data.engine.api.querydefn.BaseExpression
org.eclipse.birt.data.engine.api.querydefn.ScriptExpression
- All Implemented Interfaces:
- IBaseExpression, IScriptExpression
public class ScriptExpression
- extends BaseExpression
- implements IScriptExpression
Default implementation of the IScriptExpression
interface
Field Summary |
protected java.lang.String |
exprText
|
Constructor Summary |
ScriptExpression(java.lang.String text)
Constructs a Javascript expression |
ScriptExpression(java.lang.String text,
int dataType)
Constructs a Javascript expression |
Method Summary |
java.lang.String |
getText()
|
void |
setText(java.lang.String text)
Sets the Javascript expression text |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exprText
protected java.lang.String exprText
ScriptExpression
public ScriptExpression(java.lang.String text)
- Constructs a Javascript expression
- Parameters:
text
- Javascript expression text
ScriptExpression
public ScriptExpression(java.lang.String text,
int dataType)
- Constructs a Javascript expression
- Parameters:
text
- Javascript expression textdataType
- Return data type of the expression
getText
public java.lang.String getText()
- Specified by:
getText
in interface IScriptExpression
- Returns:
- the Javascript expression text
- See Also:
IScriptExpression.getText()
setText
public void setText(java.lang.String text)
- Sets the Javascript expression text
Copyright © 2008 Actuate Corp. All rights reserved.