org.camunda.bpm.engine.impl.connector
Class ConnectorVariableStore.ConnectorParamVariable
java.lang.Object
org.camunda.bpm.engine.impl.connector.ConnectorVariableStore.ConnectorParamVariable
- All Implemented Interfaces:
- CoreVariableInstance
- Enclosing class:
- ConnectorVariableStore
public static class ConnectorVariableStore.ConnectorParamVariable
- extends Object
- implements CoreVariableInstance
|
Method Summary |
String |
getName()
Returns the name of this variable instance. |
Object |
getValue()
Returns the value of this variable instance. |
| 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
ConnectorVariableStore.ConnectorParamVariable
public ConnectorVariableStore.ConnectorParamVariable(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
getValue
public Object getValue()
- Description copied from interface:
CoreVariableInstance
- Returns the value of
this variable instance.
- Specified by:
getValue in interface CoreVariableInstance
Copyright © 2014 camunda services GmbH. All Rights Reserved.