Class ANDFilter
java.lang.Object
org.deltava.filter.MultiFilter
org.deltava.filter.ANDFilter
- 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
add
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.deltava.filter.AirportFilter
filter
-
Constructor Details
-
ANDFilter
public ANDFilter()
-
-
Method Details
-
accept
Description copied from interface:AirportFilter
Determines 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
-