Interface XmlValue
- All Superinterfaces:
Serializable
,SerializableValue
,SpinValue
,TypedValue
- All Known Implementing Classes:
XmlValueImpl
- Author:
- Roman Smirnov
-
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.spin.spi.DataFormat<org.camunda.spin.xml.SpinXmlElement>
org.camunda.spin.xml.SpinXmlElement
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
org.camunda.spin.xml.SpinXmlElement 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 interfaceSpinValue
- Specified by:
getValue
in interfaceTypedValue
- Returns:
- the value represented by this TypedValue.
-
getDataFormat
org.camunda.spin.spi.DataFormat<org.camunda.spin.xml.SpinXmlElement> getDataFormat()- Specified by:
getDataFormat
in interfaceSpinValue
-