|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrimitiveValue | |
|---|---|
| org.camunda.bpm.engine.impl.core.variable.value | |
| org.camunda.bpm.engine.impl.variable.serializer | |
| org.camunda.bpm.engine.variable.value | |
| Uses of PrimitiveValue in org.camunda.bpm.engine.impl.core.variable.value |
|---|
| Classes in org.camunda.bpm.engine.impl.core.variable.value that implement PrimitiveValue | |
|---|---|
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
|
| Uses of PrimitiveValue in org.camunda.bpm.engine.impl.variable.serializer |
|---|
| Classes in org.camunda.bpm.engine.impl.variable.serializer with type parameters of type PrimitiveValue | |
|---|---|
class |
PrimitiveValueSerializer<T extends PrimitiveValue<?>>
|
| Uses of PrimitiveValue in org.camunda.bpm.engine.variable.value |
|---|
| Subinterfaces of PrimitiveValue in org.camunda.bpm.engine.variable.value | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||