Package | Description |
---|---|
com.ars.aerodata.A424A_enums | |
com.ars.aerodata.A424A_records |
Modifier and Type | Method and Description |
---|---|
static Radar |
Radar.fromValue(String v) |
static Radar |
Radar.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Radar[] |
Radar.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected Radar |
Communication.radarService
The “Radar” field indicates whether or not the communication unit identified in the record has access to and uses information derived from primary or secondary radars while performing the communication service indicated by the Communication Type.
|
Modifier and Type | Method and Description |
---|---|
Radar |
Communication.getRadarService()
Gets the value of the radarService property.
|
Modifier and Type | Method and Description |
---|---|
void |
Communication.setRadarService(Radar value)
Sets the value of the radarService property.
|
Copyright © 2017. All rights reserved.