public static enum DelayMeasurementCreate.TestTlvPattern extends java.lang.Enum<DelayMeasurementCreate.TestTlvPattern>
Enum Constant and Description |
---|
NULL_SIGNAL_WITH_CRC_32
This test pattern is a Null signal with CRC-32.
|
NULL_SIGNAL_WITHOUT_CRC_32
This test pattern is a Null signal without CRC-32.
|
PRBS_2311_WITH_CRC_32
This test pattern is a PRBS 2^31-1 with CRC-32.
|
PRBS_2311_WITHOUT_CRC_32
This test pattern is a PRBS 2^31-1 without CRC-32.
|
Modifier and Type | Method and Description |
---|---|
static DelayMeasurementCreate.TestTlvPattern |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DelayMeasurementCreate.TestTlvPattern[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DelayMeasurementCreate.TestTlvPattern NULL_SIGNAL_WITHOUT_CRC_32
public static final DelayMeasurementCreate.TestTlvPattern NULL_SIGNAL_WITH_CRC_32
public static final DelayMeasurementCreate.TestTlvPattern PRBS_2311_WITHOUT_CRC_32
public static final DelayMeasurementCreate.TestTlvPattern PRBS_2311_WITH_CRC_32
public static DelayMeasurementCreate.TestTlvPattern[] values()
for (DelayMeasurementCreate.TestTlvPattern c : DelayMeasurementCreate.TestTlvPattern.values()) System.out.println(c);
public static DelayMeasurementCreate.TestTlvPattern valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null