Uses of Interface
org.camunda.bpm.engine.variable.value.DoubleValue

Packages that use DoubleValue
org.camunda.bpm.engine.impl.core.variable.type   
org.camunda.bpm.engine.impl.core.variable.value   
org.camunda.bpm.engine.impl.variable.serializer   
org.camunda.bpm.engine.variable   
 

Uses of DoubleValue in org.camunda.bpm.engine.impl.core.variable.type
 

Methods in org.camunda.bpm.engine.impl.core.variable.type that return DoubleValue
 DoubleValue PrimitiveValueTypeImpl.DoubleTypeImpl.convertFromTypedValue(TypedValue typedValue)
           
 DoubleValue PrimitiveValueTypeImpl.DoubleTypeImpl.createValue(Object value, Map<String,Object> valueInfo)
           
 

Uses of DoubleValue in org.camunda.bpm.engine.impl.core.variable.value
 

Classes in org.camunda.bpm.engine.impl.core.variable.value that implement DoubleValue
static class PrimitiveTypeValueImpl.DoubleValueImpl
           
 

Uses of DoubleValue in org.camunda.bpm.engine.impl.variable.serializer
 

Methods in org.camunda.bpm.engine.impl.variable.serializer that return DoubleValue
 DoubleValue DoubleValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)
           
 DoubleValue DoubleValueSerializer.readValue(ValueFields valueFields)
           
 

Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type DoubleValue
 void DoubleValueSerializer.writeValue(DoubleValue value, ValueFields valueFields)
           
 

Uses of DoubleValue in org.camunda.bpm.engine.variable
 

Methods in org.camunda.bpm.engine.variable that return DoubleValue
static DoubleValue Variables.doubleValue(Double doubleValue)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.