org.camunda.bpm.engine.impl.core.variable.scope
Class SimpleVariableInstance

java.lang.Object
  extended by 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

Nested Class Summary
static class SimpleVariableInstance.SimpleVariableInstanceFactory
           
 
Field Summary
protected  String name
           
protected  org.camunda.bpm.engine.variable.value.TypedValue value
           
 
Constructor Summary
SimpleVariableInstance(String name, org.camunda.bpm.engine.variable.value.TypedValue value)
           
 
Method Summary
 String getName()
           
 org.camunda.bpm.engine.variable.value.TypedValue getTypedValue(boolean deserialize)
           
 void setName(String name)
           
 void setValue(org.camunda.bpm.engine.variable.value.TypedValue value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected org.camunda.bpm.engine.variable.value.TypedValue value
Constructor Detail

SimpleVariableInstance

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

getName

public String getName()
Specified by:
getName in interface CoreVariableInstance

setName

public void setName(String name)

getTypedValue

public org.camunda.bpm.engine.variable.value.TypedValue getTypedValue(boolean deserialize)
Specified by:
getTypedValue in interface CoreVariableInstance

setValue

public void setValue(org.camunda.bpm.engine.variable.value.TypedValue value)
Specified by:
setValue in interface CoreVariableInstance


Copyright © 2017 camunda services GmbH. All rights reserved.