public enum ListCOT extends Enum<ListCOT>
Used in Transmitter
Modifier and Type | Method and Description |
---|---|
static ListCOT |
fromValue(String v) |
String |
value() |
static ListCOT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCOT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCOT AMPLITRON
public static final ListCOT BACKWARD_WAVE_OSCILLATOR
public static final ListCOT CARCINATRON
public static final ListCOT CROSS_FIELD_AMPLIFIER
public static final ListCOT DIODE
public static final ListCOT FET
public static final ListCOT FET_PUSH_PULL
public static final ListCOT FIXED_MAGNETRON
public static final ListCOT GALLIUM_ARSINIDE_FET
public static final ListCOT GUNN_DIODE
public static final ListCOT GYROTRON
public static final ListCOT IMPATT_DIODE
public static final ListCOT INTEGRATED_CIRCUIT
public static final ListCOT KLYSTRON
public static final ListCOT LIGHTHOUSE
public static final ListCOT MAGNETRON
public static final ListCOT PENTODE
public static final ListCOT REACTANCE_TUBE
public static final ListCOT SOLID_STATE
public static final ListCOT STABILOTRON
public static final ListCOT STEP_RECOVERY_DIODE
public static final ListCOT TETRODE
public static final ListCOT TRANSFORMER
public static final ListCOT TRANSISTOR
public static final ListCOT TRAVELING_WAVE_TUBE
public static final ListCOT TRIODE
public static final ListCOT TUNABLE_MAGNETRON
public static final ListCOT TWYSTRON
public static final ListCOT VOLTAGE_CONTROLLED_OSCILLATOR
public static final ListCOT YTTRIUM_IRON_GARNET
public static final ListCOT OTHER
public static ListCOT[] values()
for (ListCOT c : ListCOT.values()) System.out.println(c);
public static ListCOT 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.