Class Variable
java.lang.Object
org.pipservices3.expressions.calculator.variables.Variable
- All Implemented Interfaces:
IVariable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Variable
Constructs this variable with name and value.- Parameters:
name
- The name of this variable.value
- The variable value.
-
Variable
-
-
Method Details
-
getName
The variable name. -
setName
The variable value. Can't change name. -
getValue
The variable value. -
setValue
The variable value.
-