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,
boolean isTransient) |
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) |
isTransient, setTransient, toString
protected String serializedValue
protected boolean isDeserialized
protected String dataFormatName
public org.camunda.spin.Spin<?> getValue()
getValue
in interface org.camunda.bpm.engine.variable.value.SerializableValue
getValue
in interface org.camunda.bpm.engine.variable.value.TypedValue
getValue
in interface SpinValue
getValue
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.SerializableValue
getType
in interface org.camunda.bpm.engine.variable.value.TypedValue
getType
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.SerializableValue
public String getValueSerialized()
getValueSerialized
in interface org.camunda.bpm.engine.variable.value.SerializableValue
public void setValueSerialized(String serializedValue)
public String getSerializationDataFormat()
getSerializationDataFormat
in interface org.camunda.bpm.engine.variable.value.SerializableValue
public void setSerializationDataFormat(String serializationDataFormat)
public org.camunda.spin.spi.DataFormat<? extends org.camunda.spin.Spin<?>> getDataFormat()
getDataFormat
in interface SpinValue
Copyright © 2020. All rights reserved.