public class XmlValueImpl extends SpinValueImpl implements XmlValue
dataFormatName, isDeserialized, serializedValue
Constructor and Description |
---|
XmlValueImpl(org.camunda.spin.xml.SpinXmlElement value) |
XmlValueImpl(org.camunda.spin.xml.SpinXmlElement value,
String serializedValue,
String dataFormatName,
boolean isDeserialized) |
XmlValueImpl(String value) |
XmlValueImpl(String value,
String dataFormatName) |
Modifier and Type | Method and Description |
---|---|
org.camunda.spin.spi.DataFormat<org.camunda.spin.xml.SpinXmlElement> |
getDataFormat() |
XmlValueType |
getType() |
org.camunda.spin.xml.SpinXmlElement |
getValue() |
getSerializationDataFormat, getValueSerialized, isDeserialized, setSerializationDataFormat, setValueSerialized
public XmlValueImpl(org.camunda.spin.xml.SpinXmlElement value, String serializedValue, String dataFormatName, boolean isDeserialized)
public XmlValueImpl(org.camunda.spin.xml.SpinXmlElement value)
public XmlValueImpl(String value)
public org.camunda.spin.spi.DataFormat<org.camunda.spin.xml.SpinXmlElement> getDataFormat()
getDataFormat
in interface SpinValue
getDataFormat
in interface XmlValue
getDataFormat
in class SpinValueImpl
public XmlValueType getType()
getType
in interface org.camunda.bpm.engine.variable.value.SerializableValue
getType
in interface org.camunda.bpm.engine.variable.value.TypedValue
getType
in class SpinValueImpl
public org.camunda.spin.xml.SpinXmlElement getValue()
getValue
in interface org.camunda.bpm.engine.variable.value.SerializableValue
getValue
in interface org.camunda.bpm.engine.variable.value.TypedValue
getValue
in interface SpinValue
getValue
in interface XmlValue
getValue
in class SpinValueImpl
Copyright © 2017. All rights reserved.