Uses of Interface
org.camunda.bpm.engine.variable.value.DoubleValue
Package
Description
-
Uses of DoubleValue in org.camunda.bpm.client.variable.impl.mapper
Modifier and TypeMethodDescriptionDoubleValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) DoubleValueMapper.readValue
(TypedValueField typedValueField) Modifier and TypeMethodDescriptionvoid
DoubleValueMapper.writeValue
(DoubleValue doubleValue, TypedValueField typedValueField) -
Uses of DoubleValue in org.camunda.bpm.engine.impl.variable.serializer
Modifier and TypeMethodDescriptionDoubleValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) DoubleValueSerializer.readValue
(ValueFields valueFields, boolean asTransientValue) Modifier and TypeMethodDescriptionvoid
DoubleValueSerializer.writeValue
(DoubleValue value, ValueFields valueFields) -
Uses of DoubleValue in org.camunda.bpm.engine.variable
Modifier 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
Modifier 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