org.camunda.bpm.engine.impl.core.variable
Class SimpleVariableStrore.SimpleVariableInstance
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.SimpleVariableStrore.SimpleVariableInstance
- All Implemented Interfaces:
- CoreVariableInstance
- Enclosing class:
- SimpleVariableStrore
public static class SimpleVariableStrore.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
SimpleVariableStrore.SimpleVariableInstance
public SimpleVariableStrore.SimpleVariableInstance(String name,
Object value)
getName
public String getName()
- Specified by:
getName in interface CoreVariableInstance
getValue
public Object getValue()
- Specified by:
getValue in interface CoreVariableInstance
isAbleToStore
public boolean isAbleToStore(Object value)
- Specified by:
isAbleToStore in interface CoreVariableInstance
Copyright © 2014 camunda services GmbH. All Rights Reserved.