Package com.jedox.palojlib.main
Class ScriptVariable
java.lang.Object
com.jedox.palojlib.main.ScriptVariable
- All Implemented Interfaces:
IScriptVariable
- Author:
- khaddadin
-
Constructor Summary
ConstructorsConstructorDescriptionScriptVariable
(String name, boolean isNumeric, String value, String description) -
Method Summary
-
Constructor Details
-
ScriptVariable
-
-
Method Details
-
getName
Description copied from interface:IScriptVariable
get the name- Specified by:
getName
in interfaceIScriptVariable
- Returns:
- the variable name
-
isNumeric
public boolean isNumeric()Description copied from interface:IScriptVariable
is the script variable numeric- Specified by:
isNumeric
in interfaceIScriptVariable
- Returns:
- boolean
-
getValue
Description copied from interface:IScriptVariable
get the (default) value of the script variable- Specified by:
getValue
in interfaceIScriptVariable
- Returns:
- the value of the script variable
-
getDescription
Description copied from interface:IScriptVariable
get the description- Specified by:
getDescription
in interfaceIScriptVariable
- Returns:
- the description of the script variable
-
setValue
Description copied from interface:IScriptVariable
overwrite the default value of a script variable for script execution- Specified by:
setValue
in interfaceIScriptVariable
-
toString
-