Uses of Class
net.esper.type.PrimitiveValueType

Packages that use PrimitiveValueType
net.esper.type Internal primitive, enum and other type representations 
 

Uses of PrimitiveValueType in net.esper.type
 

Methods in net.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(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're declared.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com