Class ORFilter
java.lang.Object
org.deltava.filter.MultiFilter
org.deltava.filter.ORFilter
- All Implemented Interfaces:
AirportFilter
An Airport filter to support multiple chained filters.
- Since:
- 5.0
- Version:
- 5.0
- Author:
- Luke
-
Field Summary
Fields inherited from class org.deltava.filter.MultiFilter
_filters -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.filter.MultiFilter
addMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.deltava.filter.AirportFilter
filter
-
Constructor Details
-
ORFilter
public ORFilter()
-
-
Method Details
-
accept
Description copied from interface:AirportFilterDetermines whether the Airport matches the criteria set by this Filter.- Parameters:
a- the Airport bean to examine- Returns:
- TRUE if the airport matches the criteria, otherwise FALSE
-