public enum DetectionTypeType extends Enum<DetectionTypeType>
Java class for DetectionTypeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DetectionTypeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="manufacturerId"/>
<enumeration value="manufacturerExtendedId"/>
<enumeration value="decoderId"/>
<enumeration value="firmwareVersion"/>
<enumeration value="serialNumber"/>
</restriction>
</simpleType>
| 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 © 2021. All rights reserved.