|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A class implementing the Airport interface will provide these pieces of identifying information.
| Method Summary | |
java.lang.String |
getCity()
Returms the name of the city that this airport is associated with. |
java.lang.String |
getCode()
Returns an identifying code that uniquely identifies a particular Airport. |
java.lang.String |
getState()
Returms the name of the sate/province that this airport is associated with. |
| Method Detail |
public java.lang.String getCode()
public java.lang.String getCity()
public java.lang.String getState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||