Uses of Interface
org.camunda.bpm.engine.variable.value.DoubleValue
-
-
Uses of DoubleValue in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return DoubleValue Modifier and Type Method Description DoubleValue
DoubleValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
DoubleValue
DoubleValueMapper. readValue(TypedValueField typedValueField)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type DoubleValue Modifier and Type Method Description void
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 DoubleValue Modifier and Type Method Description DoubleValue
DoubleValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)
DoubleValue
DoubleValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type DoubleValue Modifier and Type Method Description 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 Modifier and Type Method Description static 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 DoubleValue Modifier and Type Method Description DoubleValue
PrimitiveValueTypeImpl.DoubleTypeImpl. convertFromTypedValue(TypedValue typedValue)
DoubleValue
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 Modifier and Type Class Description static class
PrimitiveTypeValueImpl.DoubleValueImpl
-