| Package | Description | 
|---|---|
| com.ars.aerodata.A424_enums | |
| com.ars.aerodata.A424_records | 
| Modifier and Type | Method and Description | 
|---|---|
| static RunwaySurfaceCode | RunwaySurfaceCode. fromValue(String v) | 
| static RunwaySurfaceCode | RunwaySurfaceCode. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static RunwaySurfaceCode[] | RunwaySurfaceCode. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected RunwaySurfaceCode | Airport. longestRunwaySurfaceCodeThe “Longest Runway Surface Code” field is used to define whether or not there is a hard surface runway at the airport, the length of which is indicated in the Longest Runway field. | 
| protected RunwaySurfaceCode | Runway. surfaceCodeThe “Runway Surface Code” defines what type of surface the runway has. | 
| protected RunwaySurfaceCode | Helipad. surfaceCodeThe “Runway Surface Code” defines what type of surface the helipad has. | 
| Modifier and Type | Method and Description | 
|---|---|
| RunwaySurfaceCode | Airport. getLongestRunwaySurfaceCode()Gets the value of the longestRunwaySurfaceCode property. | 
| RunwaySurfaceCode | Runway. getSurfaceCode()Gets the value of the surfaceCode property. | 
| RunwaySurfaceCode | Helipad. getSurfaceCode()Gets the value of the surfaceCode property. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Airport. setLongestRunwaySurfaceCode(RunwaySurfaceCode value)Sets the value of the longestRunwaySurfaceCode property. | 
| void | Runway. setSurfaceCode(RunwaySurfaceCode value)Sets the value of the surfaceCode property. | 
| void | Helipad. setSurfaceCode(RunwaySurfaceCode value)Sets the value of the surfaceCode property. | 
Copyright © 2020. All rights reserved.