public static enum LossMeasurementThreshold.ThresholdOption extends java.lang.Enum<LossMeasurementThreshold.ThresholdOption>
Modifier and Type | Method and Description |
---|---|
static LossMeasurementThreshold.ThresholdOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LossMeasurementThreshold.ThresholdOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LossMeasurementThreshold.ThresholdOption MEASURED_FLR_FORWARD
public static final LossMeasurementThreshold.ThresholdOption MAX_FLR_FORWARD
public static final LossMeasurementThreshold.ThresholdOption AVERAGE_FLR_FORWARD
public static final LossMeasurementThreshold.ThresholdOption MEASURED_FLR_BACKWARD
public static final LossMeasurementThreshold.ThresholdOption MAX_FLR_BACKWARD
public static final LossMeasurementThreshold.ThresholdOption AVERAGE_FLR_BACKWARD
public static final LossMeasurementThreshold.ThresholdOption FORWARD_HIGH_LOSS
public static final LossMeasurementThreshold.ThresholdOption FORWARD_CONSECUTIVE_HIGH_LOSS
public static final LossMeasurementThreshold.ThresholdOption BACKWARD_HIGH_LOSS
public static final LossMeasurementThreshold.ThresholdOption BACKWARD_CONSECUTIVE_HIGH_LOSS
public static final LossMeasurementThreshold.ThresholdOption FORWARD_UNAVAILABLE_COUNT
public static final LossMeasurementThreshold.ThresholdOption FORWARD_AVAILABLE_RATIO
public static final LossMeasurementThreshold.ThresholdOption BACKWARD_UNAVAILABLE_COUNT
public static final LossMeasurementThreshold.ThresholdOption BACKWARD_AVAILABLE_RATIO
public static LossMeasurementThreshold.ThresholdOption[] values()
for (LossMeasurementThreshold.ThresholdOption c : LossMeasurementThreshold.ThresholdOption.values()) System.out.println(c);
public static LossMeasurementThreshold.ThresholdOption 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