Uses of Package
net.esper.type

Packages that use net.esper.type
net.esper.eql.expression This package contains the EQL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
net.esper.eql.join.plan Inner join and outer join query planning 
net.esper.eql.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
net.esper.type Internal primitive, enum and other type representations 
 

Classes in net.esper.type used by net.esper.eql.expression
ArithTypeEnum
          Enumeration for the type of arithmatic to use.
BitWiseOpEnum
          Enum representing relational types of operation.
MinMaxTypeEnum
          Enumeration for the type of arithmatic to use.
RelationalOpEnum
          Enum representing relational types of operation.
 

Classes in net.esper.type used by net.esper.eql.join.plan
OuterJoinType
          Enum for the type of outer join.
 

Classes in net.esper.type used by net.esper.eql.parse
PrimitiveValueType
          Enumeration of types of primitive values.
 

Classes in net.esper.type used by net.esper.eql.spec
OuterJoinType
          Enum for the type of outer join.
 

Classes in net.esper.type used by net.esper.type
ArithTypeEnum
          Enumeration for the type of arithmatic to use.
ArithTypeEnum.Computer
          Interface for number cruncher.
BitWiseOpEnum
          Enum representing relational types of operation.
BitWiseOpEnum.Computer
          Computer for relational op.
MinMaxTypeEnum
          Enumeration for the type of arithmatic to use.
OuterJoinType
          Enum for the type of outer join.
PrimitiveValue
          Classes implementing this interface are responsible for parsing, setting and getting the value of the different basic Java data types that occur in an event expression.
PrimitiveValueBase
          Abstract class for literal values supplied in an event expression string and prepared expression values supplied by set methods.
PrimitiveValueType
          Enumeration of types of primitive values.
RelationalOpEnum
          Enum representing relational types of operation.
RelationalOpEnum.Computer
          Computer for relational op.