org.camunda.bpm.engine.impl.core.variable
Class DefaultProcessEngineVariableType

java.lang.Object
  extended by org.camunda.bpm.engine.impl.core.variable.DefaultProcessEngineVariableType
All Implemented Interfaces:
ProcessEngineVariableType

public class DefaultProcessEngineVariableType
extends Object
implements ProcessEngineVariableType

Author:
Thorben Lindhauer

Field Summary
protected  String name
           
 
Fields inherited from interface org.camunda.bpm.engine.delegate.ProcessEngineVariableType
BOOLEAN, BYTES, DATE, DOUBLE, INTEGER, JPA, JPA_TYPE_CONFIG_CLASS_NAME, JPA_TYPE_CONFIG_ENTITY_ID, LONG, NULL, SERIALIZABLE, SHORT, SPIN, SPIN_TYPE_CONFIG_ROOT_TYPE, SPIN_TYPE_DATA_FORMAT_ID, STRING
 
Constructor Summary
DefaultProcessEngineVariableType(String name)
           
 
Method Summary
 String getName()
          Returns the canonical name of the variable type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

DefaultProcessEngineVariableType

public DefaultProcessEngineVariableType(String name)
Method Detail

getName

public String getName()
Description copied from interface: ProcessEngineVariableType
Returns the canonical name of the variable type

Specified by:
getName in interface ProcessEngineVariableType


Copyright © 2014 camunda services GmbH. All Rights Reserved.