Interface ShortValue
-
- All Superinterfaces:
PrimitiveValue<java.lang.Short>,java.io.Serializable,TypedValue
- All Known Implementing Classes:
PrimitiveTypeValueImpl.ShortValueImpl
public interface ShortValue extends PrimitiveValue<java.lang.Short>
A
PrimitiveValuecorresponding to the Java typeShort.- 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
-
-