public enum ListUSX extends Enum<ListUSX>
Used in ObservedMOPAnalysis
| Enum Constant and Description |
|---|
AMPLITUDE_MODULATION_AM |
CONTINUOUS_WAVE_CW |
FREQUENCY_MODULATION_FM |
PHASE_MODULATION_PM |
| Modifier and Type | Method and Description |
|---|---|
static ListUSX |
fromValue(String v) |
String |
value() |
static ListUSX |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUSX[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUSX AMPLITUDE_MODULATION_AM
public static final ListUSX CONTINUOUS_WAVE_CW
public static final ListUSX FREQUENCY_MODULATION_FM
public static final ListUSX PHASE_MODULATION_PM
public static ListUSX[] values()
for (ListUSX c : ListUSX.values()) System.out.println(c);
public static ListUSX 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.