Interface LongValue
-
- All Superinterfaces:
PrimitiveValue<Long>
,Serializable
,TypedValue
- All Known Implementing Classes:
PrimitiveTypeValueImpl.LongValueImpl
public interface LongValue extends PrimitiveValue<Long>
A
PrimitiveValue
corresponding to the Java typeLong
.- 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
-
-