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(org.camunda.spin.xml.SpinXmlElement value,
String serializedValue,
String dataFormatName,
boolean isDeserialized,
boolean isTransient) |
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, setValueSerializedisTransient, setTransient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic XmlValueImpl(org.camunda.spin.xml.SpinXmlElement value)
public XmlValueImpl(String value)
public XmlValueImpl(org.camunda.spin.xml.SpinXmlElement value,
String serializedValue,
String dataFormatName,
boolean isDeserialized)
public org.camunda.spin.spi.DataFormat<org.camunda.spin.xml.SpinXmlElement> getDataFormat()
getDataFormat in interface SpinValuegetDataFormat in interface XmlValuegetDataFormat in class SpinValueImplpublic XmlValueType getType()
getType in interface org.camunda.bpm.engine.variable.value.SerializableValuegetType in interface org.camunda.bpm.engine.variable.value.TypedValuegetType in class SpinValueImplpublic org.camunda.spin.xml.SpinXmlElement getValue()
getValue in interface org.camunda.bpm.engine.variable.value.SerializableValuegetValue in interface org.camunda.bpm.engine.variable.value.TypedValuegetValue in interface SpinValuegetValue in interface XmlValuegetValue in class SpinValueImplCopyright © 2022. All rights reserved.