org.camunda.spin.plugin.variable.type
Interface SpinValueType

All Superinterfaces:
Serializable, org.camunda.bpm.engine.variable.type.SerializableValueType, org.camunda.bpm.engine.variable.type.ValueType
All Known Subinterfaces:
JsonValueType, XmlValueType
All Known Implementing Classes:
JsonValueTypeImpl, SpinValueTypeImpl, XmlValueTypeImpl

public interface SpinValueType
extends org.camunda.bpm.engine.variable.type.SerializableValueType

Author:
Roman Smirnov

Field Summary
static SpinValueType JSON
           
static 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
 
Fields inherited from interface org.camunda.bpm.engine.variable.type.ValueType
BOOLEAN, BYTES, DATE, DOUBLE, FILE, INTEGER, LONG, NULL, NUMBER, OBJECT, SHORT, STRING
 
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 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


Copyright © 2016 camunda services GmbH. All rights reserved.