Interface XmlValueType
-
- All Superinterfaces:
Serializable,org.camunda.bpm.engine.variable.type.SerializableValueType,SpinValueType,org.camunda.bpm.engine.variable.type.ValueType
- All Known Implementing Classes:
XmlValueTypeImpl
public interface XmlValueType extends SpinValueType
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_NAME-
Fields inherited from interface org.camunda.bpm.engine.variable.type.SerializableValueType
VALUE_INFO_OBJECT_TYPE_NAME
-
Fields inherited from interface org.camunda.spin.plugin.variable.type.SpinValueType
JSON, VALUE_INFO_SERIALIZATION_DATA_FORMAT, XML
-
-
-
-
Field Detail
-
TYPE_NAME
static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-