Class DoubleValueMapper
- java.lang.Object
-
- org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<T>
-
- org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper<T>
-
- org.camunda.bpm.client.variable.impl.mapper.NumberValueMapper<DoubleValue>
-
- org.camunda.bpm.client.variable.impl.mapper.DoubleValueMapper
-
- All Implemented Interfaces:
ValueMapper<DoubleValue>
public class DoubleValueMapper extends NumberValueMapper<DoubleValue>
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType
-
-
Constructor Summary
Constructors Constructor Description DoubleValueMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleValue
convertToTypedValue(UntypedValueImpl untypedValue)
DoubleValue
readValue(TypedValueField typedValueField)
void
writeValue(DoubleValue doubleValue, TypedValueField typedValueField)
-
Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.NumberValueMapper
canReadValue
-
Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
canWriteValue, getType, isAssignable, readValue
-
Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
-
-
-
-
Method Detail
-
convertToTypedValue
public DoubleValue convertToTypedValue(UntypedValueImpl untypedValue)
-
writeValue
public void writeValue(DoubleValue doubleValue, TypedValueField typedValueField)
-
readValue
public DoubleValue readValue(TypedValueField typedValueField)
- Specified by:
readValue
in classPrimitiveValueMapper<DoubleValue>
-
-