public static enum LossMeasurementCreate.LmType extends java.lang.Enum<LossMeasurementCreate.LmType>
| Enum Constant and Description |
|---|
LMCCM
CCM SOAM PDU generated and received CCM PDUs tracked.
|
LMLMM
LMM SOAM PDU generated and received LMR responses tracked.
|
LMSLM
SLM SOAM PDU generated and received SLR responses tracked.
|
| Modifier and Type | Method and Description |
|---|---|
static LossMeasurementCreate.LmType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LossMeasurementCreate.LmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LossMeasurementCreate.LmType LMLMM
public static final LossMeasurementCreate.LmType LMSLM
public static final LossMeasurementCreate.LmType LMCCM
public static LossMeasurementCreate.LmType[] values()
for (LossMeasurementCreate.LmType c : LossMeasurementCreate.LmType.values()) System.out.println(c);
public static LossMeasurementCreate.LmType 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