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