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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore.SimpleVariableInstance
All Implemented Interfaces:
CoreVariableInstance
Enclosing class:
SimpleVariableStore

public static class SimpleVariableStore.SimpleVariableInstance
extends Object
implements CoreVariableInstance


Field Summary
protected  String name
           
protected  TypedValue value
           
 
Constructor Summary
SimpleVariableStore.SimpleVariableInstance(String name, TypedValue value)
           
 
Method Summary
 String getName()
           
 TypedValue getTypedValue(boolean deserialize)
           
 void setName(String name)
           
 void setValue(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 TypedValue value
Constructor Detail

SimpleVariableStore.SimpleVariableInstance

public SimpleVariableStore.SimpleVariableInstance(String name,
                                                  TypedValue value)
Method Detail

getName

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

setName

public void setName(String name)

getTypedValue

public TypedValue getTypedValue(boolean deserialize)
Specified by:
getTypedValue in interface CoreVariableInstance

setValue

public void setValue(TypedValue value)


Copyright © 2015 camunda services GmbH. All rights reserved.