java.lang.Object
org.pipservices3.expressions.calculator.variables.Variable
All Implemented Interfaces:
IVariable

public class Variable extends Object implements IVariable
  • Constructor Details

    • Variable

      public Variable(String name, Variant value)
      Constructs this variable with name and value.
      Parameters:
      name - The name of this variable.
      value - The variable value.
    • Variable

      public Variable(String name)
  • Method Details