Package org.eclipse.birt.core.script
Class ScriptableParameters
java.lang.Object
org.eclipse.birt.core.script.BaseScriptable
org.eclipse.birt.core.script.ScriptableParameters
- All Implemented Interfaces:
org.mozilla.javascript.Scriptable
-
Field Summary
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
-
Constructor Summary
ConstructorsConstructorDescriptionScriptableParameters
(Map parameters, org.mozilla.javascript.Scriptable scope) -
Method Summary
Modifier and TypeMethodDescriptionget
(int index, org.mozilla.javascript.Scriptable start) boolean
void
Support setting parameter value by following methods: params["a"] = new ParameterAttribute( "value", "displayText"); params["a"] = params["b"] params["a"] = "value"Methods inherited from class org.eclipse.birt.core.script.BaseScriptable
delete, delete, getDefaultValue, getIds, getParentScope, getPrototype, has, hasInstance, put, setParentScope, setPrototype
-
Constructor Details
-
ScriptableParameters
-
-
Method Details
-
get
-
get
- Specified by:
get
in interfaceorg.mozilla.javascript.Scriptable
- Overrides:
get
in classBaseScriptable
-
has
-
put
Support setting parameter value by following methods:- params["a"] = new ParameterAttribute( "value", "displayText");
- params["a"] = params["b"]
- params["a"] = "value"
-
getClassName
-