Package | Description |
---|---|
com.ars.aerodata.A424A_enums | |
com.ars.aerodata.A424A_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 |
PreferedRouteLeg.level
The Level field defines the airway structure of which the record is an element.
|
protected Level |
AirwayLeg.level
The Level field defines the airway structure of which the record is an element.
|
protected Level |
AirspaceSegment.level
The Level field defines the airway structure of which the record is an element.
|
Modifier and Type | Method and Description |
---|---|
Level |
PreferedRouteLeg.getLevel()
Gets the value of the level property.
|
Level |
AirwayLeg.getLevel()
Gets the value of the level property.
|
Level |
AirspaceSegment.getLevel()
Gets the value of the level property.
|
Modifier and Type | Method and Description |
---|---|
void |
PreferedRouteLeg.setLevel(Level value)
Sets the value of the level property.
|
void |
AirwayLeg.setLevel(Level value)
Sets the value of the level property.
|
void |
AirspaceSegment.setLevel(Level value)
Sets the value of the level property.
|
Copyright © 2017. All rights reserved.