public interface ScriptValue extends ActionValue
The following features are supported:
AttributePackage.getScriptValue()
Modifier and Type | Method and Description |
---|---|
ScriptValue |
copyInstance() |
java.lang.String |
getScript()
Returns the value of the 'Script' attribute.
|
ScriptExpression |
getScriptExpression() |
void |
setScript(java.lang.String value)
Sets the value of the '
Script ' attribute. |
void |
setScriptExpression(ScriptExpression expression) |
getLabel, setLabel
java.lang.String getScript()
setScript(String)
,
AttributePackage.getScriptValue_Script()
void setScript(java.lang.String value)
Script
' attribute.
value
- the new value of the 'Script' attribute.getScript()
ScriptValue copyInstance()
copyInstance
in interface ActionValue
copyInstance
in interface IChartObject
ScriptExpression getScriptExpression()
void setScriptExpression(ScriptExpression expression)
Copyright © 2005-2008 Actuate Corp. All rights reserved.