public static class ConnectorVariableStore.ConnectorParamVariable extends Object implements CoreVariableInstance
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected org.camunda.bpm.engine.variable.value.TypedValue |
value |
Constructor and Description |
---|
ConnectorVariableStore.ConnectorParamVariable(String name,
org.camunda.bpm.engine.variable.value.TypedValue value) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
org.camunda.bpm.engine.variable.value.TypedValue |
getTypedValue(boolean deserializeObjectValue) |
protected String name
protected org.camunda.bpm.engine.variable.value.TypedValue value
public ConnectorVariableStore.ConnectorParamVariable(String name, org.camunda.bpm.engine.variable.value.TypedValue value)
public String getName()
getName
in interface CoreVariableInstance
public org.camunda.bpm.engine.variable.value.TypedValue getTypedValue(boolean deserializeObjectValue)
getTypedValue
in interface CoreVariableInstance
Copyright © 2018. All rights reserved.