Class ShortValueMapper
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<ShortValue>
org.camunda.bpm.client.variable.impl.mapper.ShortValueMapper
- All Implemented Interfaces:
 ValueMapper<ShortValue>
- 
Field Summary
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionconvertToTypedValue(UntypedValueImpl untypedValue) readValue(TypedValueField typedValueField) voidwriteValue(ShortValue shortValue, 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
- 
ShortValueMapper
public ShortValueMapper() 
 - 
 - 
Method Details
- 
convertToTypedValue
 - 
writeValue
 - 
readValue
- Specified by:
 readValuein classPrimitiveValueMapper<ShortValue>
 
 -