public enum ListCRT extends Enum<ListCRT>
Used in RxMode
Modifier and Type | Method and Description |
---|---|
static ListCRT |
fromValue(String v) |
String |
value() |
static ListCRT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCRT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCRT COHERENT
public static final ListCRT CRYSTAL
public static final ListCRT DIRECT_VIEW_OPTICS
public static final ListCRT DOUBLE_CONVERSION_SUPERHETERODYNE
public static final ListCRT HOMODYNE
public static final ListCRT IMAGING_DETECTOR
public static final ListCRT NON_COHERENT
public static final ListCRT NON_IMAGING_DETECTOR
public static final ListCRT QUAD_CONVERSION_SUPERHETERODYNE
public static final ListCRT SUPER_REGENERATIVE
public static final ListCRT SUPERHETERODYNE
public static final ListCRT TRIPLE_CONVERSION_SUPERHETERODYNE
public static final ListCRT TUNED_RADIO_FREQUENCY
public static final ListCRT OTHER
public static ListCRT[] values()
for (ListCRT c : ListCRT.values()) System.out.println(c);
public static ListCRT 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.