public static enum DelayMeasurementThreshold.ThresholdOption extends java.lang.Enum<DelayMeasurementThreshold.ThresholdOption>
Modifier and Type | Method and Description |
---|---|
static DelayMeasurementThreshold.ThresholdOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DelayMeasurementThreshold.ThresholdOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DelayMeasurementThreshold.ThresholdOption MEASURED_FRAME_DELAY_TWO_WAY
public static final DelayMeasurementThreshold.ThresholdOption MAX_FRAME_DELAY_TWO_WAY
public static final DelayMeasurementThreshold.ThresholdOption AVERAGE_FRAME_DELAY_TWO_WAY
public static final DelayMeasurementThreshold.ThresholdOption MEASURED_INTER_FRAME_DELAY_VARIATION_TWO_WAY
public static final DelayMeasurementThreshold.ThresholdOption MAX_INTER_FRAME_DELAY_VARIATION_TWO_WAY
public static final DelayMeasurementThreshold.ThresholdOption AVERAGE_INTER_FRAME_DELAY_VARIATION_TWO_WAY
public static final DelayMeasurementThreshold.ThresholdOption MAX_FRAME_DELAY_RANGE_TWO_WAY
public static final DelayMeasurementThreshold.ThresholdOption AVERAGE_FRAME_DELAY_RANGE_TWO_WAY
public static final DelayMeasurementThreshold.ThresholdOption MEASURED_FRAME_DELAY_FORWARD
public static final DelayMeasurementThreshold.ThresholdOption MAX_FRAME_DELAY_FORWARD
public static final DelayMeasurementThreshold.ThresholdOption AVERAGE_FRAME_DELAY_FORWARD
public static final DelayMeasurementThreshold.ThresholdOption MEASURED_INTER_FRAME_DELAY_VARIATION_FORWARD
public static final DelayMeasurementThreshold.ThresholdOption MAX_INTER_FRAME_DELAY_VARIATION_FORWARD
public static final DelayMeasurementThreshold.ThresholdOption AVERAGE_INTER_FRAME_DELAY_VARIATION_FORWARD
public static final DelayMeasurementThreshold.ThresholdOption MAX_FRAME_DELAY_RANGE_FORWARD
public static final DelayMeasurementThreshold.ThresholdOption AVERAGE_FRAME_DELAY_RANGE_FORWARD
public static final DelayMeasurementThreshold.ThresholdOption MEASURED_FRAME_DELAY_BACKWARD
public static final DelayMeasurementThreshold.ThresholdOption MAX_FRAME_DELAY_BACKWARD
public static final DelayMeasurementThreshold.ThresholdOption AVERAGE_FRAME_DELAY_BACKWARD
public static final DelayMeasurementThreshold.ThresholdOption MEASURED_INTER_FRAME_DELAY_VARIATION_BACKWARD
public static final DelayMeasurementThreshold.ThresholdOption MAX_INTER_FRAME_DELAY_VARIATION_BACKWARD
public static final DelayMeasurementThreshold.ThresholdOption AVERAGE_INTER_FRAME_DELAY_VARIATION_BACKWARD
public static final DelayMeasurementThreshold.ThresholdOption MAX_FRAME_DELAY_RANGE_BACKWARD
public static final DelayMeasurementThreshold.ThresholdOption AVERAGE_FRAME_DELAY_RANGE_BACKWARD
public static DelayMeasurementThreshold.ThresholdOption[] values()
for (DelayMeasurementThreshold.ThresholdOption c : DelayMeasurementThreshold.ThresholdOption.values()) System.out.println(c);
public static DelayMeasurementThreshold.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