public static enum RoverDropDownReceiver.Frequency extends java.lang.Enum<RoverDropDownReceiver.Frequency>
Enum Constant and Description |
---|
CBANDHIGH |
CBANDLOW |
INVALID |
KUBANDLOW |
KUBANDLOW2 |
KUBANDUPPER |
LBAND |
SBAND |
UHF |
Modifier and Type | Method and Description |
---|---|
static RoverDropDownReceiver.Frequency |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoverDropDownReceiver.Frequency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoverDropDownReceiver.Frequency INVALID
public static final RoverDropDownReceiver.Frequency UHF
public static final RoverDropDownReceiver.Frequency LBAND
public static final RoverDropDownReceiver.Frequency SBAND
public static final RoverDropDownReceiver.Frequency CBANDLOW
public static final RoverDropDownReceiver.Frequency CBANDHIGH
public static final RoverDropDownReceiver.Frequency KUBANDLOW
public static final RoverDropDownReceiver.Frequency KUBANDLOW2
public static final RoverDropDownReceiver.Frequency KUBANDUPPER
public static RoverDropDownReceiver.Frequency[] values()
for (RoverDropDownReceiver.Frequency c : RoverDropDownReceiver.Frequency.values()) System.out.println(c);
public static RoverDropDownReceiver.Frequency valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null