Interface DoubleValue
-
- All Superinterfaces:
PrimitiveValue<java.lang.Double>
,java.io.Serializable
,TypedValue
- All Known Implementing Classes:
PrimitiveTypeValueImpl.DoubleValueImpl
public interface DoubleValue extends PrimitiveValue<java.lang.Double>
A
PrimitiveValue
corresponding to the Java typeDouble
.- Since:
- 7.2
- Author:
- Daniel Meyer
-
-
Method Summary
-
Methods inherited from interface org.camunda.bpm.engine.variable.value.PrimitiveValue
getType, getValue
-
Methods inherited from interface org.camunda.bpm.engine.variable.value.TypedValue
isTransient
-
-