public static enum DelayMeasurementCreate.DmType extends java.lang.Enum<DelayMeasurementCreate.DmType>
| Enum Constant and Description |
|---|
DM1DMRX
1DM SOAM PDU received and tracked (one-way measurements).
|
DM1DMTX
1DM SOAM PDU generated (one-way measurements are made by the receiver).
|
DMDMM
DMM SOAM PDU generated, DMR responses received (one-way or two-way measurements).
|
| Modifier and Type | Method and Description |
|---|---|
static DelayMeasurementCreate.DmType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DelayMeasurementCreate.DmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DelayMeasurementCreate.DmType DMDMM
public static final DelayMeasurementCreate.DmType DM1DMTX
public static final DelayMeasurementCreate.DmType DM1DMRX
public static DelayMeasurementCreate.DmType[] values()
for (DelayMeasurementCreate.DmType c : DelayMeasurementCreate.DmType.values()) System.out.println(c);
public static DelayMeasurementCreate.DmType 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