Package | Description |
---|---|
com.ars.aerodata.A424A_enums | |
com.ars.aerodata.A424A_records |
Modifier and Type | Method and Description |
---|---|
static ReportingCode |
ReportingCode.fromValue(String v) |
static ReportingCode |
ReportingCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportingCode[] |
ReportingCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected ReportingCode |
FlightPlanningLeg.reportingCode
The “Reporting Code” field used on Flight Planning Arrival/Departure Data Records is a simplification of the Waypoint Description concept.
|
Modifier and Type | Method and Description |
---|---|
ReportingCode |
FlightPlanningLeg.getReportingCode()
Gets the value of the reportingCode property.
|
Modifier and Type | Method and Description |
---|---|
void |
FlightPlanningLeg.setReportingCode(ReportingCode value)
Sets the value of the reportingCode property.
|
Copyright © 2017. All rights reserved.