| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.core.variable.value | |
| org.camunda.bpm.engine.impl.variable.serializer | |
| org.camunda.bpm.engine.variable.value | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PrimitiveTypeValueImpl<T>  | 
static class  | 
PrimitiveTypeValueImpl.BooleanValueImpl  | 
static class  | 
PrimitiveTypeValueImpl.BytesValueImpl  | 
static class  | 
PrimitiveTypeValueImpl.DateValueImpl  | 
static class  | 
PrimitiveTypeValueImpl.DoubleValueImpl  | 
static class  | 
PrimitiveTypeValueImpl.IntegerValueImpl  | 
static class  | 
PrimitiveTypeValueImpl.LongValueImpl  | 
static class  | 
PrimitiveTypeValueImpl.NumberValueImpl  | 
static class  | 
PrimitiveTypeValueImpl.ShortValueImpl  | 
static class  | 
PrimitiveTypeValueImpl.StringValueImpl  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PrimitiveValueSerializer<T extends PrimitiveValue<?>>  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BooleanValue
A  
PrimitiveValue corresponding to the Java type Boolean. | 
interface  | 
BytesValue
A  
PrimitiveValue corresponding to a Java byte array (byte[]). | 
interface  | 
DateValue
A  
PrimitiveValue corresponding to the Java type Date. | 
interface  | 
DoubleValue
A  
PrimitiveValue corresponding to the Java type Double. | 
interface  | 
IntegerValue
A  
PrimitiveValue corresponding to the Java type Integer. | 
interface  | 
LongValue
A  
PrimitiveValue corresponding to the Java type Long. | 
interface  | 
NumberValue  | 
interface  | 
ShortValue
A  
PrimitiveValue corresponding to the Java type Short. | 
interface  | 
StringValue
A  
PrimitiveValue corresponding to the Java type String. | 
Copyright © 2018. All rights reserved.