public class TLcdModulationType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TLcdModulationType |
AMPLITUDE
Amplitude Modulated frequency ( key = A )
|
static TLcdModulationType |
FREQUENCY
Frequency Modulated frequency ( key = F )
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns the descriptive name.
|
static TLcdModulationType |
valueOf(java.lang.String aCode)
Returns the
TLcdModulationType object matching the given code. |
public static final TLcdModulationType AMPLITUDE
public static final TLcdModulationType FREQUENCY
public static TLcdModulationType valueOf(java.lang.String aCode)
TLcdModulationType
object matching the given code.aCode
- The key by which to retrieve a TLcdModulationType
. This key must not be null.TLcdModulationType
object if the parameter matches to a modulation type, null otherwise.public java.lang.String toString()
toString
in class java.lang.Object