Interface XmlValueType
-
- All Superinterfaces:
java.io.Serializable
,SerializableValueType
,SpinValueType
,ValueType
- All Known Implementing Classes:
XmlValueTypeImpl
public interface XmlValueType extends SpinValueType
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE_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
-
-
Method Summary
-
Methods inherited from interface org.camunda.bpm.engine.variable.type.SerializableValueType
createValueFromSerialized
-
Methods inherited from interface org.camunda.bpm.engine.variable.type.ValueType
canConvertFromTypedValue, convertFromTypedValue, createValue, getName, getParent, getValueInfo, isAbstract, isPrimitiveValueType
-
-
-
-
Field Detail
-
TYPE_NAME
static final java.lang.String TYPE_NAME
- See Also:
- Constant Field Values
-
-