| Package | Description | 
|---|---|
| com.ars.aerodata.A424_enums | |
| com.ars.aerodata.A424_records | 
| Modifier and Type | Method and Description | 
|---|---|
static Level | 
Level.fromValue(String v)  | 
static Level | 
Level.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Level[] | 
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Level | 
AirwayLeg.level
Defines the enroute structure (High, Low, or All) to which the airway leg applies. 
 | 
protected Level | 
EnrouteCommunication.level
Defines the enroute structure (High, Low, or All) to which the communication record applies. 
 | 
protected Level | 
AirspaceSegment.level
Defines the enroute structure (High, Low, or All) to which the airspace segment applies. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Level | 
AirwayLeg.getLevel()
Gets the value of the level property. 
 | 
Level | 
EnrouteCommunication.getLevel()
Gets the value of the level property. 
 | 
Level | 
AirspaceSegment.getLevel()
Gets the value of the level property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JAXBElement<Level> | 
ObjectFactory.createPreferredRouteLegLevel(Level value)
 | 
| Modifier and Type | Method and Description | 
|---|---|
JAXBElement<Level> | 
ObjectFactory.createPreferredRouteLegLevel(Level value)
 | 
void | 
AirwayLeg.setLevel(Level value)
Sets the value of the level property. 
 | 
void | 
EnrouteCommunication.setLevel(Level value)
Sets the value of the level property. 
 | 
void | 
AirspaceSegment.setLevel(Level value)
Sets the value of the level property. 
 | 
Copyright © 2020. All rights reserved.