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