org.camunda.bpm.engine.impl.variable.serializer
Interface ValueFields
- All Superinterfaces:
- Nameable
- All Known Implementing Classes:
- HistoricDecisionInputInstanceEntity, HistoricDecisionOutputInstanceEntity, HistoricDetailVariableInstanceUpdateEntity, HistoricVariableInstanceEntity, SingleQueryVariableValueCondition, ValueFieldsImpl, VariableInstanceEntity
public interface ValueFields
- extends Nameable
- Author:
- Tom Baeyens, Daniel Meyer
| Methods inherited from interface org.camunda.bpm.engine.impl.persistence.entity.Nameable |
getName |
getTextValue
String getTextValue()
setTextValue
void setTextValue(String textValue)
getTextValue2
String getTextValue2()
setTextValue2
void setTextValue2(String textValue2)
getLongValue
Long getLongValue()
setLongValue
void setLongValue(Long longValue)
getDoubleValue
Double getDoubleValue()
setDoubleValue
void setDoubleValue(Double doubleValue)
getByteArrayValue
byte[] getByteArrayValue()
setByteArrayValue
void setByteArrayValue(byte[] bytes)
Copyright © 2016 camunda services GmbH. All rights reserved.