Class SimpleVariableInstance

java.lang.Object
org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableInstance
All Implemented Interfaces:
CoreVariableInstance

public class SimpleVariableInstance extends Object implements CoreVariableInstance
Author:
Daniel Meyer, Roman Smirnov, Sebastian Menski
  • Field Details

    • name

      protected String name
    • value

      protected org.camunda.bpm.engine.variable.value.TypedValue value
  • Constructor Details

    • SimpleVariableInstance

      public SimpleVariableInstance(String name, org.camunda.bpm.engine.variable.value.TypedValue value)
  • Method Details