public static enum RecordingDeviceObserverContext.Key extends Enum<RecordingDeviceObserverContext.Key>
| Enum Constant and Description |
|---|
DEVICE |
LOCATION |
MANUFACTURER |
MODEL_NAME |
NAME |
SERIAL_NUMBER |
UID |
| Modifier and Type | Method and Description |
|---|---|
static RecordingDeviceObserverContext.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordingDeviceObserverContext.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordingDeviceObserverContext.Key DEVICE
public static final RecordingDeviceObserverContext.Key LOCATION
public static final RecordingDeviceObserverContext.Key MANUFACTURER
public static final RecordingDeviceObserverContext.Key MODEL_NAME
public static final RecordingDeviceObserverContext.Key NAME
public static final RecordingDeviceObserverContext.Key SERIAL_NUMBER
public static final RecordingDeviceObserverContext.Key UID
public static RecordingDeviceObserverContext.Key valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static RecordingDeviceObserverContext.Key[] values()
for (RecordingDeviceObserverContext.Key c : RecordingDeviceObserverContext.Key.values()) System.out.println(c);