|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrimitiveValue | |
---|---|
net.esper.type | Internal primitive, enum and other type representations |
Uses of PrimitiveValue in net.esper.type |
---|
Classes in net.esper.type that implement PrimitiveValue | |
---|---|
class |
BoolValue
Placeholder for a boolean value in an event expression. |
class |
ByteValue
Placeholder for a byte value in an event expression. |
class |
DoubleValue
Placeholder for a double value in an event expression. |
class |
FloatValue
Placeholder for a float value in an event expression. |
class |
IntValue
Placeholder for an integer value in an event expression. |
class |
LongValue
Placeholder for a long-typed value in an event expression. |
class |
PrimitiveValueBase
Abstract class for literal values supplied in an event expression string and prepared expression values supplied by set methods. |
class |
ShortValue
Placeholder for a short-typed value in an event expression. |
class |
StringValue
Placeholder for a String value in an event expression. |
Methods in net.esper.type that return PrimitiveValue | |
---|---|
static PrimitiveValue |
PrimitiveValueFactory.create(Class type)
Create a placeholder instance for the primitive Java type passed in. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |