Package org.camunda.bpm.engine.variable.value

Interface Summary
BooleanValue A PrimitiveValue corresponding to the Java type Boolean.
BytesValue A PrimitiveValue corresponding to a Java byte array (byte[]).
DateValue A PrimitiveValue corresponding to the Java type Date.
DoubleValue A PrimitiveValue corresponding to the Java type Double.
IntegerValue A PrimitiveValue corresponding to the Java type Integer.
LongValue A PrimitiveValue corresponding to the Java type Long.
NumberValue  
ObjectValue A typed value representing a Java Object.
PrimitiveValue<T>  
SerializableValue A TypedValue for which a serialized value can be obtained and specified
SerializationDataFormat Represents a serialization data format.
ShortValue A PrimitiveValue corresponding to the Java type Short.
StringValue A PrimitiveValue corresponding to the Java type String.
TypedValue A TypedValue is a value with additional type information (the ValueType).
 



Copyright © 2015 camunda services GmbH. All rights reserved.