public class XmlValueImpl extends SpinValueImpl implements XmlValue
dataFormatName, isDeserialized, serializedValue
isTransient, type, value
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()
The type of the value.
|
org.camunda.spin.xml.SpinXmlElement |
getValue()
The actual value.
|
getSerializationDataFormat, getValueSerialized, isDeserialized, setSerializationDataFormat, setValueSerialized
isTransient, setTransient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSerializationDataFormat, getValueSerialized, isDeserialized
isTransient
public 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 SpinValue
getDataFormat
in interface XmlValue
getDataFormat
in class SpinValueImpl
public XmlValueType getType()
TypedValue
getType
in interface SerializableValue
getType
in interface TypedValue
getType
in class SpinValueImpl
public org.camunda.spin.xml.SpinXmlElement getValue()
TypedValue
getValue
in interface SerializableValue
getValue
in interface TypedValue
getValue
in interface SpinValue
getValue
in interface XmlValue
getValue
in class SpinValueImpl
Copyright © 2022. All rights reserved.