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