| Package | Description |
|---|---|
| com.ars.aerodata.A424_enums | |
| com.ars.aerodata.A424_records |
| Modifier and Type | Method and Description |
|---|---|
static SignalEmission |
SignalEmission.fromValue(String v) |
static SignalEmission |
SignalEmission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignalEmission[] |
SignalEmission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SignalEmission |
Communication.signalEmission
High Frequency (HF) signals used in aeronautical communications can be the complete signal or a portion of the signal, called a sideband.
|
| Modifier and Type | Method and Description |
|---|---|
SignalEmission |
Communication.getSignalEmission()
Gets the value of the signalEmission property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Communication.setSignalEmission(SignalEmission value)
Sets the value of the signalEmission property.
|
Copyright © 2020. All rights reserved.