Interface SpinValueType
-
- All Superinterfaces:
java.io.Serializable
,SerializableValueType
,ValueType
- All Known Subinterfaces:
JsonValueType
,XmlValueType
- All Known Implementing Classes:
JsonValueTypeImpl
,SpinValueTypeImpl
,XmlValueTypeImpl
public interface SpinValueType extends SerializableValueType
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description static SpinValueType
JSON
static java.lang.String
VALUE_INFO_SERIALIZATION_DATA_FORMAT
Identifies the Spin data format a value is an instance of.static SpinValueType
XML
-
Fields inherited from interface org.camunda.bpm.engine.variable.type.SerializableValueType
VALUE_INFO_OBJECT_TYPE_NAME
-
-
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
-
VALUE_INFO_SERIALIZATION_DATA_FORMAT
static final java.lang.String VALUE_INFO_SERIALIZATION_DATA_FORMAT
Identifies the Spin data format a value is an instance of.- See Also:
- Constant Field Values
-
JSON
static final SpinValueType JSON
-
XML
static final SpinValueType XML
-
-