Package | Description |
---|---|
com.ars.aerodata.A424A_enums | |
com.ars.aerodata.A424A_records |
Modifier and Type | Method and Description |
---|---|
static SpeedLimitDescription |
SpeedLimitDescription.fromValue(String v) |
static SpeedLimitDescription |
SpeedLimitDescription.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeedLimitDescription[] |
SpeedLimitDescription.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected SpeedLimitDescription |
ProcedureLeg.speedLimitDescription
The "Speed Limit Description" field will designate whether the speed limit coded at a fix in a terminal procedure description is a mandatory, minimum or maximum speed.
|
protected SpeedLimitDescription |
FlightPlanningLeg.speedLimitDescription
The "Speed Limit Description" field will designate whether the speed limit coded at a fix in a terminal procedure description is a mandatory, minimum or maximum speed.
|
Modifier and Type | Method and Description |
---|---|
SpeedLimitDescription |
ProcedureLeg.getSpeedLimitDescription()
Gets the value of the speedLimitDescription property.
|
SpeedLimitDescription |
FlightPlanningLeg.getSpeedLimitDescription()
Gets the value of the speedLimitDescription property.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcedureLeg.setSpeedLimitDescription(SpeedLimitDescription value)
Sets the value of the speedLimitDescription property.
|
void |
FlightPlanningLeg.setSpeedLimitDescription(SpeedLimitDescription value)
Sets the value of the speedLimitDescription property.
|
Copyright © 2017. All rights reserved.