public static enum DelayMeasurementEntry.SessionStatus extends java.lang.Enum<DelayMeasurementEntry.SessionStatus>
| Enum Constant and Description |
|---|
ACTIVE |
NOT_ACTIVE |
| Modifier and Type | Method and Description |
|---|---|
static DelayMeasurementEntry.SessionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DelayMeasurementEntry.SessionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DelayMeasurementEntry.SessionStatus ACTIVE
public static final DelayMeasurementEntry.SessionStatus NOT_ACTIVE
public static DelayMeasurementEntry.SessionStatus[] values()
for (DelayMeasurementEntry.SessionStatus c : DelayMeasurementEntry.SessionStatus.values()) System.out.println(c);
public static DelayMeasurementEntry.SessionStatus 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