Class NonFilter
java.lang.Object
org.deltava.filter.NonFilter
- All Implemented Interfaces:
AirportFilter
An Airport Filter that accepts all airports.
- Since:
- 5.0
- Version:
- 9.1
- Author:
- Luke
-
Constructor Details
-
NonFilter
public NonFilter()
-
-
Method Details
-
accept
Description copied from interface:AirportFilter
Determines whether the Airport matches the criteria set by this Filter.- Specified by:
accept
in interfaceAirportFilter
- Parameters:
a
- the Airport bean to examine- Returns:
- TRUE if the airport matches the criteria, otherwise FALSE
-