public enum ListCRA extends Enum<ListCRA>
Used in TxMode
Enum Constant and Description |
---|
CODED_PULSE |
CW |
FM_CW |
FM_PULSE |
NON_FM_PULSE |
OTHER |
Modifier and Type | Method and Description |
---|---|
static ListCRA |
fromValue(String v) |
String |
value() |
static ListCRA |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCRA[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCRA CODED_PULSE
public static final ListCRA CW
public static final ListCRA FM_CW
public static final ListCRA FM_PULSE
public static final ListCRA NON_FM_PULSE
public static final ListCRA OTHER
public static ListCRA[] values()
for (ListCRA c : ListCRA.values()) System.out.println(c);
public static ListCRA valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
Copyright © 2016 OpenSSRF.org. All rights reserved.