Interface SpinValue
-
- All Superinterfaces:
Serializable,org.camunda.bpm.engine.variable.value.SerializableValue,org.camunda.bpm.engine.variable.value.TypedValue
- All Known Implementing Classes:
JsonValueImpl,SpinValueImpl,XmlValueImpl
public interface SpinValue extends org.camunda.bpm.engine.variable.value.SerializableValue- Author:
- Roman Smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.camunda.spin.spi.DataFormat<? extends org.camunda.spin.Spin<?>>getDataFormat()org.camunda.spin.Spin<?>getValue()
-
-
-
Method Detail
-
getValue
org.camunda.spin.Spin<?> getValue()
- Specified by:
getValuein interfaceorg.camunda.bpm.engine.variable.value.SerializableValue- Specified by:
getValuein interfaceorg.camunda.bpm.engine.variable.value.TypedValue
-
getDataFormat
org.camunda.spin.spi.DataFormat<? extends org.camunda.spin.Spin<?>> getDataFormat()
-
-