Class TLcdSignalEmissionType
java.lang.Object
com.luciad.format.arinc.model.communication.type.TLcdSignalEmissionType
Type safe enumeration class, indicating the signal emission type.
- Since:
- 6.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdSignalEmissionType
Double Sideband (A3) ( key = 3 )static final TLcdSignalEmissionType
Lower (single) sideband, carrier unknown ( key = L )static final TLcdSignalEmissionType
Single sideband, full carrier (A3H) ( key = H )static final TLcdSignalEmissionType
Single sideband, reduced carrier (A3A) ( key = A )static final TLcdSignalEmissionType
Single sideband, suppressed carrier (A3J) ( key = J )static final TLcdSignalEmissionType
Two Independent sidebands (A3B) ( key = B )static final TLcdSignalEmissionType
Upper (single) sideband, carrier unknown ( key = U ) -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Returns the descriptive name.static TLcdSignalEmissionType
Returns theTLcdSignalEmissionType
object matching the given code.
-
Field Details
-
DOUBLE_SIDEBAND
Double Sideband (A3) ( key = 3 ) -
SINGLE_SIDEBAND_REDUCED_CARRIER
Single sideband, reduced carrier (A3A) ( key = A ) -
TWO_INDEPENDENT_SIDEBANDS
Two Independent sidebands (A3B) ( key = B ) -
SINGLE_SIDEBAND_FULL_CARRIER
Single sideband, full carrier (A3H) ( key = H ) -
SINGLE_SIDEBAND_SUPPRESSED_CARRIER
Single sideband, suppressed carrier (A3J) ( key = J ) -
LOWER_SIDEBAND_UNKNOWN_CARRIER
Lower (single) sideband, carrier unknown ( key = L ) -
UPPER_SIDEBAND_UNKNOWN_CARRIER
Upper (single) sideband, carrier unknown ( key = U )
-
-
Method Details
-
valueOf
Returns theTLcdSignalEmissionType
object matching the given code.- Parameters:
aCode
- The key by which to retrieve aTLcdSignalEmissionType
. This key must not be null.- Returns:
- A
TLcdSignalEmissionType
object if the parameter matches to a signal emission type, null otherwise.
-
toString
Returns the descriptive name.
-