public enum ListCTN extends Enum<ListCTN>
Modifier and Type | Method and Description |
---|---|
static ListCTN |
fromValue(String v) |
String |
value() |
static ListCTN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCTN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCTN CAVITY
public static final ListCTN CAVITY_MECHANICALLY_TUNED
public static final ListCTN CAVITY_RESONANT
public static final ListCTN CAVITY_TUNABLE
public static final ListCTN CONTINUOUS
public static final ListCTN CONTINUOUS_VCO
public static final ListCTN CRYSTAL_CONTROLLED
public static final ListCTN CRYSTAL_FIXED
public static final ListCTN CRYSTAL_INTERCHANGEABLE
public static final ListCTN CRYSTAL_SAW
public static final ListCTN CRYSTAL_VARACTOR_PHASE_LOCK
public static final ListCTN CRYSTALS_MANUALLY_SWITCH
public static final ListCTN DIELECTRIC_RESONANT_OSCILLATOR
public static final ListCTN ELECTRO_MECHANICAL
public static final ListCTN FACTORY_FIXED_PHASE_LOCKED_GUNN
public static final ListCTN FACTORY_FIXED_PLL
public static final ListCTN FACTORY_TUNED
public static final ListCTN FIXED
public static final ListCTN GUNN_VCO
public static final ListCTN KLYSTRON_MECHANICALLY_TUNED
public static final ListCTN MAGNETRON_FIXED
public static final ListCTN MAGNETRON_TUNABLE
public static final ListCTN MANUAL
public static final ListCTN OSCILLATOR_MANUALLY_ADJUSTABLE_GUNN
public static final ListCTN OSCILLATOR_NON_ADJUSTABLE_GUNN_DIODE
public static final ListCTN OSCILLATOR_TUNABLE_CAVITY
public static final ListCTN OSCILLATOR_VOLTAGE_CONTROLLED
public static final ListCTN OSCILLATOR_YIG
public static final ListCTN PHASE_LOCKED_LOOP
public static final ListCTN SAW_RESONATOR
public static final ListCTN SYNTHESIZER
public static final ListCTN SYNTHESIZER_CRYSTAL_CONTROLLED
public static final ListCTN SYNTHESIZER_CRYSTAL_CONTROLLED_PLL
public static final ListCTN SYNTHESIZER_DIGITAL
public static final ListCTN SYNTHESIZER_DIRECT_DIGITAL
public static final ListCTN SYNTHESIZER_MANUALLY_ADJUSTABLE
public static final ListCTN SYNTHESIZER_MICROPROCESSOR_CONTROLLED
public static final ListCTN SYNTHESIZER_NON_ADJUSTABLE_CRYSTAL
public static final ListCTN SYNTHESIZER_PLL
public static final ListCTN SYNTHESIZER_PROGRAMMABLE_FREQUENCY
public static final ListCTN SYNTHESIZER_VCO
public static final ListCTN TUNABLE_PLL
public static final ListCTN VARACTOR_TUNED
public static final ListCTN VOLTAGE_TUNED_YIG
public static final ListCTN OTHER
public static ListCTN[] values()
for (ListCTN c : ListCTN.values()) System.out.println(c);
public static ListCTN 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.