org.camunda.bpm.engine.impl.core.variable
Class SimpleVariableStore.SimpleVariableInstance
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.SimpleVariableStore.SimpleVariableInstance
- All Implemented Interfaces:
- CoreVariableInstance
- Enclosing class:
- SimpleVariableStore
public static class SimpleVariableStore.SimpleVariableInstance
- extends Object
- implements CoreVariableInstance
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
value
protected Object value
SimpleVariableStore.SimpleVariableInstance
public SimpleVariableStore.SimpleVariableInstance(String name,
Object value)
getName
public String getName()
- Description copied from interface:
CoreVariableInstance
- Returns the name of
this variable instance.
- Specified by:
getName in interface CoreVariableInstance
setName
public void setName(String name)
getValue
public Object getValue()
- Description copied from interface:
CoreVariableInstance
- Returns the value of
this variable instance.
- Specified by:
getValue in interface CoreVariableInstance
setValue
public void setValue(Object value)
Copyright © 2014 camunda services GmbH. All Rights Reserved.