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