Package org.eclipse.birt.core.script
Class ScriptableParameter
java.lang.Object
org.eclipse.birt.core.script.BaseScriptable
org.eclipse.birt.core.script.ScriptableParameter
- All Implemented Interfaces:
org.mozilla.javascript.Scriptable
,org.mozilla.javascript.Wrapper
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
-
Constructor Summary
ConstructorsConstructorDescriptionScriptableParameter
(Map parameters, String parameterName, org.mozilla.javascript.Scriptable parent) -
Method Summary
Methods inherited from class org.eclipse.birt.core.script.BaseScriptable
delete, delete, get, getIds, getParentScope, getPrototype, has, hasInstance, put, setParentScope, setPrototype
-
Field Details
-
FIELD_VALUE
- See Also:
-
FIELD_DISPLAY_TEXT
- See Also:
-
-
Constructor Details
-
ScriptableParameter
-
-
Method Details
-
get
- Specified by:
get
in interfaceorg.mozilla.javascript.Scriptable
-
getDefaultValue
- Specified by:
getDefaultValue
in interfaceorg.mozilla.javascript.Scriptable
- Overrides:
getDefaultValue
in classBaseScriptable
-
has
- Specified by:
has
in interfaceorg.mozilla.javascript.Scriptable
-
put
- Specified by:
put
in interfaceorg.mozilla.javascript.Scriptable
-
getClassName
- Specified by:
getClassName
in interfaceorg.mozilla.javascript.Scriptable
-
unwrap
- Specified by:
unwrap
in interfaceorg.mozilla.javascript.Wrapper
-