Class XmlValueImpl
- java.lang.Object
-
- org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue<org.camunda.spin.Spin<?>>
-
- org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
-
- org.camunda.spin.plugin.variable.value.impl.XmlValueImpl
-
- All Implemented Interfaces:
Serializable,org.camunda.bpm.engine.variable.value.SerializableValue,org.camunda.bpm.engine.variable.value.TypedValue,SpinValue,XmlValue
public class XmlValueImpl extends SpinValueImpl implements XmlValue
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
dataFormatName, isDeserialized, serializedValue
-
-
Constructor Summary
Constructors Constructor Description XmlValueImpl(String value)XmlValueImpl(String value, String dataFormatName)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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.camunda.spin.spi.DataFormat<org.camunda.spin.xml.SpinXmlElement>getDataFormat()XmlValueTypegetType()org.camunda.spin.xml.SpinXmlElementgetValue()-
Methods inherited from class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
getSerializationDataFormat, getValueSerialized, isDeserialized, setSerializationDataFormat, setValueSerialized
-
Methods inherited from class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
isTransient, setTransient, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDataFormat
public org.camunda.spin.spi.DataFormat<org.camunda.spin.xml.SpinXmlElement> getDataFormat()
- Specified by:
getDataFormatin interfaceSpinValue- Specified by:
getDataFormatin interfaceXmlValue- Overrides:
getDataFormatin classSpinValueImpl
-
getType
public XmlValueType getType()
- Specified by:
getTypein interfaceorg.camunda.bpm.engine.variable.value.SerializableValue- Specified by:
getTypein interfaceorg.camunda.bpm.engine.variable.value.TypedValue- Overrides:
getTypein classSpinValueImpl
-
getValue
public org.camunda.spin.xml.SpinXmlElement getValue()
- Specified by:
getValuein interfaceorg.camunda.bpm.engine.variable.value.SerializableValue- Specified by:
getValuein interfaceSpinValue- Specified by:
getValuein interfaceorg.camunda.bpm.engine.variable.value.TypedValue- Specified by:
getValuein interfaceXmlValue- Overrides:
getValuein classSpinValueImpl
-
-