Interface DateValue
-
- All Superinterfaces:
PrimitiveValue<Date>
,Serializable
,TypedValue
- All Known Implementing Classes:
PrimitiveTypeValueImpl.DateValueImpl
public interface DateValue extends PrimitiveValue<Date>
A
PrimitiveValue
corresponding to the Java typeDate
.- 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
-
-