org.camunda.bpm.engine.impl.connector
Class ConnectorVariableStore.ConnectorParamVariable

java.lang.Object
  extended by org.camunda.bpm.engine.impl.connector.ConnectorVariableStore.ConnectorParamVariable
All Implemented Interfaces:
CoreVariableInstance
Enclosing class:
ConnectorVariableStore

public static class ConnectorVariableStore.ConnectorParamVariable
extends Object
implements CoreVariableInstance


Field Summary
protected  String name
           
protected  Object value
           
 
Constructor Summary
ConnectorVariableStore.ConnectorParamVariable(String name, Object value)
           
 
Method Summary
 String getName()
           
 Object getValue()
           
 boolean isAbleToStore(Object 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 Object value
Constructor Detail

ConnectorVariableStore.ConnectorParamVariable

public ConnectorVariableStore.ConnectorParamVariable(String name,
                                                     Object value)
Method Detail

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.