public enum ListCDF extends Enum<ListCDF>
Used in RxModulation
, TxModulation
Enum Constant and Description |
---|
BI_PHASE_LEVEL |
BI_PHASE_MARK |
BI_PHASE_SPACE |
DIFFERENTIAL_BI_PHASE_LEVEL |
DIFFERENTIAL_BI_PHASE_MARK |
DIFFERENTIAL_BI_PHASE_SPACE |
NRZ |
NRZ_MARK |
NRZ_SPACE |
OTHER |
RETURN_TO_ZERO |
SPLIT_PHASE_MANCHESTER |
Modifier and Type | Method and Description |
---|---|
static ListCDF |
fromValue(String v) |
String |
value() |
static ListCDF |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCDF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCDF BI_PHASE_LEVEL
public static final ListCDF BI_PHASE_MARK
public static final ListCDF BI_PHASE_SPACE
public static final ListCDF DIFFERENTIAL_BI_PHASE_LEVEL
public static final ListCDF DIFFERENTIAL_BI_PHASE_MARK
public static final ListCDF DIFFERENTIAL_BI_PHASE_SPACE
public static final ListCDF NRZ
public static final ListCDF NRZ_MARK
public static final ListCDF NRZ_SPACE
public static final ListCDF RETURN_TO_ZERO
public static final ListCDF SPLIT_PHASE_MANCHESTER
public static final ListCDF OTHER
public static ListCDF[] values()
for (ListCDF c : ListCDF.values()) System.out.println(c);
public static ListCDF 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.