Class ValueFieldsImpl
java.lang.Object
org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
- All Implemented Interfaces:
Nameable
,ValueFields
- Author:
- Thorben Lindhauer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getName()
void
setByteArrayValue
(byte[] bytes) void
setDoubleValue
(Double doubleValue) void
setLongValue
(Long longValue) void
setTextValue
(String textValue) void
setTextValue2
(String textValue2)
-
Field Details
-
text
-
text2
-
longValue
-
doubleValue
-
byteArrayValue
protected byte[] byteArrayValue
-
-
Constructor Details
-
ValueFieldsImpl
public ValueFieldsImpl()
-
-
Method Details
-
getName
-
getTextValue
- Specified by:
getTextValue
in interfaceValueFields
-
setTextValue
- Specified by:
setTextValue
in interfaceValueFields
-
getTextValue2
- Specified by:
getTextValue2
in interfaceValueFields
-
setTextValue2
- Specified by:
setTextValue2
in interfaceValueFields
-
getLongValue
- Specified by:
getLongValue
in interfaceValueFields
-
setLongValue
- Specified by:
setLongValue
in interfaceValueFields
-
getDoubleValue
- Specified by:
getDoubleValue
in interfaceValueFields
-
setDoubleValue
- Specified by:
setDoubleValue
in interfaceValueFields
-
getByteArrayValue
public byte[] getByteArrayValue()- Specified by:
getByteArrayValue
in interfaceValueFields
-
setByteArrayValue
public void setByteArrayValue(byte[] bytes) - Specified by:
setByteArrayValue
in interfaceValueFields
-