Packagenet.user1.reactor.filters
Classpublic final class CompareType
InheritanceCompareType Inheritance Object

Since : Reactor 1.0.0

An enumeration of the types of comparisons in the Reactor filtering API. A comparison type dictates the criterion used to determine whether a comparision is true.

For information on filtering messages, see the IFilter interface.

See also

IFilter
IComparable


Public Constants
 ConstantDefined By
  EQUAL : String = eq
[static]
CompareType
  GREATER_THAN : String = gt
[static]
CompareType
  GREATER_THAN_OR_EQUAL : String = ge
[static]
CompareType
  LESS_THAN : String = lt
[static]
CompareType
  LESS_THAN_OR_EQUAL : String = le
[static]
CompareType
  NOT_EQUAL : String = ne
[static]
CompareType
Constant Descriptions
EQUALConstant
public static const EQUAL:String = eq

GREATER_THANConstant 
public static const GREATER_THAN:String = gt

GREATER_THAN_OR_EQUALConstant 
public static const GREATER_THAN_OR_EQUAL:String = ge

LESS_THANConstant 
public static const LESS_THAN:String = lt

LESS_THAN_OR_EQUALConstant 
public static const LESS_THAN_OR_EQUAL:String = le

NOT_EQUALConstant 
public static const NOT_EQUAL:String = ne