org.camunda.spin.plugin.variable.value
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
 org.camunda.spin.spi.DataFormat<org.camunda.spin.xml.SpinXmlElement> getDataFormat()
           
 org.camunda.spin.xml.SpinXmlElement getValue()
           
 
Methods inherited from interface org.camunda.bpm.engine.variable.value.SerializableValue
getSerializationDataFormat, getType, getValueSerialized, isDeserialized
 

Method Detail

getValue

org.camunda.spin.xml.SpinXmlElement getValue()
Specified by:
getValue in interface org.camunda.bpm.engine.variable.value.SerializableValue
Specified by:
getValue in interface SpinValue
Specified by:
getValue in interface org.camunda.bpm.engine.variable.value.TypedValue

getDataFormat

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


Copyright © 2016 camunda services GmbH. All rights reserved.