Package | net.user1.reactor.filters |
Class | public final class CompareType |
Inheritance | CompareType ![]() |
Since : | Reactor 1.0.0 |
For information on filtering messages, see the IFilter interface.
See also
Constant | Defined 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 |
EQUAL | Constant |
public static const EQUAL:String = eq
GREATER_THAN | Constant |
public static const GREATER_THAN:String = gt
GREATER_THAN_OR_EQUAL | Constant |
public static const GREATER_THAN_OR_EQUAL:String = ge
LESS_THAN | Constant |
public static const LESS_THAN:String = lt
LESS_THAN_OR_EQUAL | Constant |
public static const LESS_THAN_OR_EQUAL:String = le
NOT_EQUAL | Constant |
public static const NOT_EQUAL:String = ne