Interface XmlValue

All Superinterfaces:
Serializable, SerializableValue, SpinValue, TypedValue
All Known Implementing Classes:
XmlValueImpl

public interface XmlValue extends SpinValue
Author:
Roman Smirnov
  • 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 interface SerializableValue
      Specified by:
      getValue in interface SpinValue
      Specified by:
      getValue in interface TypedValue
      Returns:
      the value represented by this TypedValue.
    • getDataFormat

      org.camunda.spin.spi.DataFormat<org.camunda.spin.xml.SpinXmlElement> getDataFormat()
      Specified by:
      getDataFormat in interface SpinValue