| Package | Description |
|---|---|
| com.ars.aerodata.A424A_enums | |
| com.ars.aerodata.A424A_records |
| Modifier and Type | Method and Description |
|---|---|
static TurnDirection |
TurnDirection.fromValue(String v) |
static TurnDirection |
TurnDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TurnDirection[] |
TurnDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected TurnDirection |
ProcedureLeg.turnDirection
The “Turn Direction” field specifies the direction in which Terminal Procedure turns are to be made.
|
| Modifier and Type | Method and Description |
|---|---|
TurnDirection |
ProcedureLeg.getTurnDirection()
Gets the value of the turnDirection property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcedureLeg.setTurnDirection(TurnDirection value)
Sets the value of the turnDirection property.
|
Copyright © 2017. All rights reserved.