|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrimitiveValueType | |
---|---|
com.espertech.esper.type | Internal primitive, enum and other type representations |
Uses of PrimitiveValueType in com.espertech.esper.type |
---|
Methods in com.espertech.esper.type that return PrimitiveValueType | |
---|---|
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(java.lang.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. |
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |