|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ArithTypeEnum.Computer | Interface for number cruncher. |
BitWiseOpEnum.Computer | Computer for relational op. |
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. |
RelationalOpEnum.Computer | Computer for relational op. |
Class Summary | |
---|---|
ArithTypeEnum.AddDouble | Computer for type-specific arith. |
ArithTypeEnum.AddFloat | Computer for type-specific arith. |
ArithTypeEnum.AddInt | Computer for type-specific arith. |
ArithTypeEnum.AddLong | Computer for type-specific arith. |
ArithTypeEnum.DivideDouble | Computer for type-specific arith. |
ArithTypeEnum.DivideFloat | Computer for type-specific arith. |
ArithTypeEnum.DivideInt | Computer for type-specific arith. |
ArithTypeEnum.DivideLong | Computer for type-specific arith. |
ArithTypeEnum.ModuloDouble | Computer for type-specific arith. |
ArithTypeEnum.ModuloFloat | Computer for type-specific arith. |
ArithTypeEnum.ModuloInt | Computer for type-specific arith. |
ArithTypeEnum.ModuloLong | Computer for type-specific arith. |
ArithTypeEnum.MultiplyDouble | Computer for type-specific arith. |
ArithTypeEnum.MultiplyFloat | Computer for type-specific arith. |
ArithTypeEnum.MultiplyInt | Computer for type-specific arith. |
ArithTypeEnum.MultiplyLong | Computer for type-specific arith. |
ArithTypeEnum.SubtractDouble | Computer for type-specific arith. |
ArithTypeEnum.SubtractFloat | Computer for type-specific arith. |
ArithTypeEnum.SubtractInt | Computer for type-specific arith. |
ArithTypeEnum.SubtractLong | Computer for type-specific arith. |
BitWiseOpEnum.BAndBoolean | Bit Wise And. |
BitWiseOpEnum.BAndByte | Bit Wise And. |
BitWiseOpEnum.BAndInt | Bit Wise And. |
BitWiseOpEnum.BAndLong | Bit Wise And. |
BitWiseOpEnum.BAndShort | Bit Wise And. |
BitWiseOpEnum.BOrBoolean | Bit Wise Or. |
BitWiseOpEnum.BOrByte | Bit Wise Or. |
BitWiseOpEnum.BOrInt | Bit Wise Or. |
BitWiseOpEnum.BOrLong | Bit Wise Or. |
BitWiseOpEnum.BOrShort | Bit Wise Or. |
BitWiseOpEnum.BXorBoolean | Bit Wise Xor. |
BitWiseOpEnum.BXorByte | Bit Wise Xor. |
BitWiseOpEnum.BXorInt | Bit Wise Xor. |
BitWiseOpEnum.BXorLong | Bit Wise Xor. |
BitWiseOpEnum.BXorShort | Bit Wise Xor. |
BoolValue | Placeholder for a boolean value in an event expression. |
ByteValue | Placeholder for a byte value in an event expression. |
DoubleValue | Placeholder for a double value in an event expression. |
FloatValue | Placeholder for a float value in an event expression. |
IntValue | Placeholder for an integer value in an event expression. |
LongValue | Placeholder for a long-typed value in an event expression. |
PrimitiveValueBase | Abstract class for literal values supplied in an event expression string and prepared expression values supplied by set methods. |
PrimitiveValueFactory | Factory class for PrimitiveValue for all fundamental Java types. |
RelationalOpEnum.GEDoubleComputer | Computer for relational op compare. |
RelationalOpEnum.GELongComputer | Computer for relational op compare. |
RelationalOpEnum.GEStringComputer | Computer for relational op compare. |
RelationalOpEnum.GTDoubleComputer | Computer for relational op compare. |
RelationalOpEnum.GTLongComputer | Computer for relational op compare. |
RelationalOpEnum.GTStringComputer | Computer for relational op compare. |
RelationalOpEnum.LEDoubleComputer | Computer for relational op compare. |
RelationalOpEnum.LELongComputer | Computer for relational op compare. |
RelationalOpEnum.LEStringComputer | Computer for relational op compare. |
RelationalOpEnum.LTDoubleComputer | Computer for relational op compare. |
RelationalOpEnum.LTLongComputer | Computer for relational op compare. |
RelationalOpEnum.LTStringComputer | Computer for relational op compare. |
ShortValue | Placeholder for a short-typed value in an event expression. |
StringValue | Placeholder for a String value in an event expression. |
Enum Summary | |
---|---|
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. |
OuterJoinType | Enum for the type of outer join. |
PrimitiveValueType | Enumeration of types of primitive values. |
RelationalOpEnum | Enum representing relational types of operation. |
Internal primitive, enum and other type representations
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |