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