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:IScriptVariableget the name- Specified by:
getNamein interfaceIScriptVariable- Returns:
- the variable name
-
isNumeric
public boolean isNumeric()Description copied from interface:IScriptVariableis the script variable numeric- Specified by:
isNumericin interfaceIScriptVariable- Returns:
- boolean
-
getValue
Description copied from interface:IScriptVariableget the (default) value of the script variable- Specified by:
getValuein interfaceIScriptVariable- Returns:
- the value of the script variable
-
getDescription
Description copied from interface:IScriptVariableget the description- Specified by:
getDescriptionin interfaceIScriptVariable- Returns:
- the description of the script variable
-
setValue
Description copied from interface:IScriptVariableoverwrite the default value of a script variable for script execution- Specified by:
setValuein interfaceIScriptVariable
-