Class TLcdFrequencyUnits
java.lang.Object
com.luciad.format.arinc.model.communication.type.TLcdFrequencyUnits
Type safe enumeration class, indicating the frequency unit.
- Since:
- 6.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdFrequencyUnits
Communication Channel for 8.33kHz spacing ( key = C )static final TLcdFrequencyUnits
High Frequency (3000 kHz - 30,000 kHz) ( key = H )static final TLcdFrequencyUnits
Ultra High Frequency (200 MHz - 3000 MHz) ( key = U )static final TLcdFrequencyUnits
Very High Frequency (30,000 kHz - 200 MHz) ( key = V ) -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Returns the descriptive name.static TLcdFrequencyUnits
Returns theTLcdFrequencyUnits
object matching the given code.
-
Field Details
-
HIGH
High Frequency (3000 kHz - 30,000 kHz) ( key = H ) -
VERY_HIGH
Very High Frequency (30,000 kHz - 200 MHz) ( key = V ) -
ULTRA_HIGH
Ultra High Frequency (200 MHz - 3000 MHz) ( key = U ) -
CHANNEL
Communication Channel for 8.33kHz spacing ( key = C )
-
-
Method Details
-
valueOf
Returns theTLcdFrequencyUnits
object matching the given code.- Parameters:
aCode
- The key by which to retrieve aTLcdFrequencyUnits
. This key must not be null.- Returns:
- A
TLcdFrequencyUnits
object if the parameter matches to a frequency unit, null otherwise.
-
toString
Returns the descriptive name.
-