org.camunda.bpm.engine.impl.variable
Class DoubleType
java.lang.Object
org.camunda.bpm.engine.impl.variable.PrimitiveVariableType
org.camunda.bpm.engine.impl.variable.DoubleType
- All Implemented Interfaces:
- VariableType
public class DoubleType
- extends PrimitiveVariableType
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleType
public DoubleType()
getTypeName
public String getTypeName()
- Description copied from interface:
VariableType
- name of variable type (limited to 100 characters length)
isCachable
public boolean isCachable()
getValue
public Object getValue(ValueFields valueFields)
setValue
public void setValue(Object value,
ValueFields valueFields)
isAbleToStore
public boolean isAbleToStore(Object value)
getTypeNameForValue
public String getTypeNameForValue(ValueFields valueFields)
- Description copied from interface:
VariableType
Returns the type name (i.e. the simple class name) of the stored value.
Note:For a serializable value only the type name "Serializable"
will currently be returned and not the simple class name of the passed value.
Copyright © 2014 camunda services GmbH. All Rights Reserved.