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