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