Class LongValueMapper
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<org.camunda.bpm.engine.variable.value.LongValue>
org.camunda.bpm.client.variable.impl.mapper.LongValueMapper
- All Implemented Interfaces:
ValueMapper<org.camunda.bpm.engine.variable.value.LongValue>
public class LongValueMapper
extends NumberValueMapper<org.camunda.bpm.engine.variable.value.LongValue>
-
Field Summary
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.variable.value.LongValueconvertToTypedValue(org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl untypedValue) org.camunda.bpm.engine.variable.value.LongValuereadValue(TypedValueField typedValueField) voidwriteValue(org.camunda.bpm.engine.variable.value.LongValue longValue, TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.NumberValueMapper
canReadValueMethods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
canWriteValue, getType, isAssignable, readValueMethods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
-
Constructor Details
-
LongValueMapper
public LongValueMapper()
-
-
Method Details
-
convertToTypedValue
public org.camunda.bpm.engine.variable.value.LongValue convertToTypedValue(org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl untypedValue) -
writeValue
public void writeValue(org.camunda.bpm.engine.variable.value.LongValue longValue, TypedValueField typedValueField) -
readValue
- Specified by:
readValuein classPrimitiveValueMapper<org.camunda.bpm.engine.variable.value.LongValue>
-