public enum DetectionTypeType extends Enum<DetectionTypeType>
| Enum Constant and Description |
|---|
DECODER_ID |
FIRMWARE_VERSION |
MANUFACTURER_EXTENDED_ID |
MANUFACTURER_ID |
SERIAL_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static DetectionTypeType |
fromValue(String v) |
String |
value() |
static DetectionTypeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectionTypeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectionTypeType MANUFACTURER_ID
public static final DetectionTypeType MANUFACTURER_EXTENDED_ID
public static final DetectionTypeType DECODER_ID
public static final DetectionTypeType FIRMWARE_VERSION
public static final DetectionTypeType SERIAL_NUMBER
public static DetectionTypeType[] values()
for (DetectionTypeType c : DetectionTypeType.values()) System.out.println(c);
public static DetectionTypeType 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 String value()
public static DetectionTypeType fromValue(String v)
Copyright © 2024. All rights reserved.