Interface SpinValue
- All Superinterfaces:
Serializable
,SerializableValue
,TypedValue
- All Known Implementing Classes:
JsonValueImpl
,SpinValueImpl
,XmlValueImpl
- Author:
- Roman Smirnov
-
Method Summary
Modifier and TypeMethodDescriptionDataFormat<? extends Spin<?>>
Spin<?>
getValue()
Returns the value or null in case the value is null.Methods inherited from interface org.camunda.bpm.engine.variable.value.SerializableValue
getSerializationDataFormat, getType, getValueSerialized, isDeserialized
Methods inherited from interface org.camunda.bpm.engine.variable.value.TypedValue
isTransient
-
Method Details
-
getValue
Spin<?> getValue()Description copied from interface:SerializableValue
Returns the value or null in case the value is null.- Specified by:
getValue
in interfaceSerializableValue
- Specified by:
getValue
in interfaceTypedValue
- Returns:
- the value represented by this TypedValue.
-
getDataFormat
DataFormat<? extends Spin<?>> getDataFormat()
-