Package org.camunda.bpm.engine.variable.value
-
Interface Summary Interface Description BooleanValue APrimitiveValue
corresponding to the Java typeBoolean
.BytesValue APrimitiveValue
corresponding to a Java byte array (byte[]).DateValue APrimitiveValue
corresponding to the Java typeDate
.DoubleValue APrimitiveValue
corresponding to the Java typeDouble
.FileValue IntegerValue APrimitiveValue
corresponding to the Java typeInteger
.LongValue APrimitiveValue
corresponding to the Java typeLong
.NumberValue ObjectValue A typed value representing a Java Object.PrimitiveValue<T> SerializableValue ATypedValue
for which a serialized value can be obtained and specifiedSerializationDataFormat Represents a serialization data format.ShortValue APrimitiveValue
corresponding to the Java typeShort
.StringValue APrimitiveValue
corresponding to the Java typeString
.TypedValue ATypedValue
is a value with additional type information (theValueType
).