Class ValueFieldsImpl
java.lang.Object
org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
- All Implemented Interfaces:
 Nameable,ValueFields
- Author:
 - Thorben Lindhauer
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbyte[]getName()voidsetByteArrayValue(byte[] bytes) voidsetDoubleValue(Double doubleValue) voidsetLongValue(Long longValue) voidsetTextValue(String textValue) voidsetTextValue2(String textValue2)  
- 
Field Details
- 
text
 - 
text2
 - 
longValue
 - 
doubleValue
 - 
byteArrayValue
protected byte[] byteArrayValue 
 - 
 - 
Constructor Details
- 
ValueFieldsImpl
public ValueFieldsImpl() 
 - 
 - 
Method Details
- 
getName
 - 
getTextValue
- Specified by:
 getTextValuein interfaceValueFields
 - 
setTextValue
- Specified by:
 setTextValuein interfaceValueFields
 - 
getTextValue2
- Specified by:
 getTextValue2in interfaceValueFields
 - 
setTextValue2
- Specified by:
 setTextValue2in interfaceValueFields
 - 
getLongValue
- Specified by:
 getLongValuein interfaceValueFields
 - 
setLongValue
- Specified by:
 setLongValuein interfaceValueFields
 - 
getDoubleValue
- Specified by:
 getDoubleValuein interfaceValueFields
 - 
setDoubleValue
- Specified by:
 setDoubleValuein interfaceValueFields
 - 
getByteArrayValue
public byte[] getByteArrayValue()- Specified by:
 getByteArrayValuein interfaceValueFields
 - 
setByteArrayValue
public void setByteArrayValue(byte[] bytes) - Specified by:
 setByteArrayValuein interfaceValueFields
 
 -