Uses of Package
net.esper.type

Packages that use net.esper.type
net.esper.eql.agg   
net.esper.eql.core 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.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.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.agg
MinMaxTypeEnum
          Enumeration for the type of arithmatic to use.
 

Classes in net.esper.type used by net.esper.eql.core
MinMaxTypeEnum
          Enumeration for the type of arithmatic to use.
 

Classes in net.esper.type used by net.esper.eql.expression
BitWiseOpEnum
          Enum representing relational types of operation.
MathArithTypeEnum
          Enumeration for the type of arithmatic to use.
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.spec
OuterJoinType
          Enum for the type of outer join.
 

Classes in net.esper.type used by net.esper.type
BitWiseOpEnum
          Enum representing relational types of operation.
BitWiseOpEnum.Computer
          Computer for relational op.
MathArithTypeEnum
          Enumeration for the type of arithmatic to use.
MathArithTypeEnum.Computer
          Interface for number cruncher.
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.