Uses of Interface
org.camunda.bpm.engine.variable.value.DoubleValue
Packages that use DoubleValue
Package
Description
-
Uses of DoubleValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return DoubleValueModifier and TypeMethodDescriptionDoubleValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) DoubleValueMapper.readValue
(TypedValueField typedValueField) Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type DoubleValueModifier and TypeMethodDescriptionvoid
DoubleValueMapper.writeValue
(DoubleValue doubleValue, TypedValueField typedValueField) -
Uses of DoubleValue in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return DoubleValueModifier and TypeMethodDescriptionDoubleValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) DoubleValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type DoubleValueModifier and TypeMethodDescriptionvoid
DoubleValueSerializer.writeValue
(DoubleValue value, ValueFields valueFields) -
Uses of DoubleValue in org.camunda.bpm.engine.variable
Methods in org.camunda.bpm.engine.variable that return DoubleValueModifier and TypeMethodDescriptionstatic DoubleValue
Variables.doubleValue
(Double doubleValue) Creates a newDoubleValue
that encapsulates the givendoubleValue
static DoubleValue
Variables.doubleValue
(Double doubleValue, boolean isTransient) Creates a newDoubleValue
that encapsulates the givendoubleValue
-
Uses of DoubleValue in org.camunda.bpm.engine.variable.impl.type
Methods in org.camunda.bpm.engine.variable.impl.type that return DoubleValueModifier and TypeMethodDescriptionPrimitiveValueTypeImpl.DoubleTypeImpl.convertFromTypedValue
(TypedValue typedValue) PrimitiveValueTypeImpl.DoubleTypeImpl.createValue
(Object value, Map<String, Object> valueInfo) -
Uses of DoubleValue in org.camunda.bpm.engine.variable.impl.value
Classes in org.camunda.bpm.engine.variable.impl.value that implement DoubleValue