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