Enum Constant and Description |
---|
C
Compact (868.95 MHz).
|
S
Stationary (868.3 MHz).
|
T
Frequent (868.95 MHz).
|
Modifier and Type | Method and Description |
---|---|
static WMBusMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WMBusMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WMBusMode C
public static final WMBusMode T
public static final WMBusMode S
public static WMBusMode[] values()
for (WMBusMode c : WMBusMode.values()) System.out.println(c);
public static WMBusMode 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