faa.tg.filters.attributes
Interface HasAirport

All Superinterfaces:
Filterable, java.io.Serializable
All Known Implementing Classes:
AfMessage, Airport, AzMessage, DzMessage, Runway, ScaAirport, TermAirport

public interface HasAirport
extends Filterable

 HasAirport defines an interface that standardizes usage of classes
 that have an associated airport.  It specifies a method to get
 the airport ID (a three-letter identifier).
 
See the source: HasAirport.java

Version:
$Id: HasAirport.java,v 3.1 2006/03/14 15:56:42 samf Exp $
Author:
Dana N. Whicker, FAA/ACT-510, Mon May 22 2000

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
 
Method Summary
 AirportID getAirportID()
           
 

Field Detail

CVS_VERSION_ID

static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values
Method Detail

getAirportID

AirportID getAirportID()
Returns:
Returns the three-letter airport ID (e.g. FFM).