public abstract class SpinValueImpl extends org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue<org.camunda.spin.Spin<?>> implements SpinValue
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
dataFormatName  | 
protected boolean | 
isDeserialized  | 
protected String | 
serializedValue  | 
| Constructor and Description | 
|---|
SpinValueImpl(org.camunda.spin.Spin<?> value,
             String serializedValue,
             String dataFormatName,
             boolean isDeserialized,
             org.camunda.bpm.engine.variable.type.ValueType type)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.camunda.spin.spi.DataFormat<? extends org.camunda.spin.Spin<?>> | 
getDataFormat()  | 
String | 
getSerializationDataFormat()  | 
SpinValueType | 
getType()  | 
org.camunda.spin.Spin<?> | 
getValue()  | 
String | 
getValueSerialized()  | 
boolean | 
isDeserialized()  | 
void | 
setSerializationDataFormat(String serializationDataFormat)  | 
void | 
setValueSerialized(String serializedValue)  | 
protected String serializedValue
protected boolean isDeserialized
protected String dataFormatName
public org.camunda.spin.Spin<?> getValue()
getValue in interface org.camunda.bpm.engine.variable.value.SerializableValuegetValue in interface org.camunda.bpm.engine.variable.value.TypedValuegetValue in interface SpinValuegetValue in class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue<org.camunda.spin.Spin<?>>public SpinValueType getType()
getType in interface org.camunda.bpm.engine.variable.value.SerializableValuegetType in interface org.camunda.bpm.engine.variable.value.TypedValuegetType in class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue<org.camunda.spin.Spin<?>>public boolean isDeserialized()
isDeserialized in interface org.camunda.bpm.engine.variable.value.SerializableValuepublic String getValueSerialized()
getValueSerialized in interface org.camunda.bpm.engine.variable.value.SerializableValuepublic void setValueSerialized(String serializedValue)
public String getSerializationDataFormat()
getSerializationDataFormat in interface org.camunda.bpm.engine.variable.value.SerializableValuepublic void setSerializationDataFormat(String serializationDataFormat)
public org.camunda.spin.spi.DataFormat<? extends org.camunda.spin.Spin<?>> getDataFormat()
getDataFormat in interface SpinValueCopyright © 2017. All rights reserved.