Package | Description |
---|---|
com.ars.aerodata.A424A_enums | |
com.ars.aerodata.A424A_records |
Modifier and Type | Method and Description |
---|---|
static HelicopterPerformanceReq |
HelicopterPerformanceReq.fromValue(String v) |
static HelicopterPerformanceReq |
HelicopterPerformanceReq.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HelicopterPerformanceReq[] |
HelicopterPerformanceReq.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected HelicopterPerformanceReq |
Runway.helicopterPerformanceReq
This element provides a performance requirement for helicopters to use this runway.
|
protected HelicopterPerformanceReq |
Helipad.helicopterPerformanceReq
This element provides performance requirements for helicopters using this helipad.
|
Modifier and Type | Method and Description |
---|---|
HelicopterPerformanceReq |
Runway.getHelicopterPerformanceReq()
Gets the value of the helicopterPerformanceReq property.
|
HelicopterPerformanceReq |
Helipad.getHelicopterPerformanceReq()
Gets the value of the helicopterPerformanceReq property.
|
Modifier and Type | Method and Description |
---|---|
void |
Runway.setHelicopterPerformanceReq(HelicopterPerformanceReq value)
Sets the value of the helicopterPerformanceReq property.
|
void |
Helipad.setHelicopterPerformanceReq(HelicopterPerformanceReq value)
Sets the value of the helicopterPerformanceReq property.
|
Copyright © 2017. All rights reserved.