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 DoubleValueDoubleValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)DoubleValueDoubleValueMapper. readValue(TypedValueField typedValueField)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type DoubleValue Modifier and Type Method Description voidDoubleValueMapper. 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 DoubleValueDoubleValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)DoubleValueDoubleValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type DoubleValue Modifier and Type Method Description voidDoubleValueSerializer. 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 DoubleValueVariables. doubleValue(java.lang.Double doubleValue)Creates a newDoubleValuethat encapsulates the givendoubleValuestatic DoubleValueVariables. doubleValue(java.lang.Double doubleValue, boolean isTransient)Creates a newDoubleValuethat 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 DoubleValuePrimitiveValueTypeImpl.DoubleTypeImpl. convertFromTypedValue(TypedValue typedValue)DoubleValuePrimitiveValueTypeImpl.DoubleTypeImpl. createValue(java.lang.Object value, java.util.Map<java.lang.String,java.lang.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 classPrimitiveTypeValueImpl.DoubleValueImpl
-