| Package | Description |
|---|---|
| com.ars.aerodata.A424_enums | |
| com.ars.aerodata.A424_records |
| Modifier and Type | Method and Description |
|---|---|
static BoundaryVia |
BoundaryVia.fromValue(String v) |
static BoundaryVia |
BoundaryVia.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundaryVia[] |
BoundaryVia.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected BoundaryVia |
AirspaceSegment.boundaryVia
The “Boundary VIA” defines the path of the boundary from the position identified in the record to the next defined position.
|
| Modifier and Type | Method and Description |
|---|---|
BoundaryVia |
AirspaceSegment.getBoundaryVia()
Gets the value of the boundaryVia property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AirspaceSegment.setBoundaryVia(BoundaryVia value)
Sets the value of the boundaryVia property.
|
Copyright © 2020. All rights reserved.