Package | Description |
---|---|
com.espertech.esper.type |
Internal primitive, enum and other type representations
|
Modifier and Type | Method and Description |
---|---|
PrimitiveValueType |
StringValue.getType() |
PrimitiveValueType |
ShortValue.getType() |
PrimitiveValueType |
PrimitiveValue.getType()
Returns the type of primitive value this instance represents.
|
PrimitiveValueType |
LongValue.getType() |
PrimitiveValueType |
IntValue.getType() |
PrimitiveValueType |
FloatValue.getType() |
PrimitiveValueType |
DoubleValue.getType() |
PrimitiveValueType |
ByteValue.getType() |
PrimitiveValueType |
BoolValue.getType() |
static PrimitiveValueType |
PrimitiveValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveValueType[] |
PrimitiveValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|