public static enum MesosferBeacon.Module extends java.lang.Enum<MesosferBeacon.Module>
| Enum Constant and Description |
|---|
MICROLOCATION
Microlocation module.
|
PRESENCE
Presence module.
|
STORYLINE
Storyline module.
|
TAGGING
Tagging module.
|
| Modifier and Type | Method and Description |
|---|---|
static MesosferBeacon.Module |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MesosferBeacon.Module[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MesosferBeacon.Module STORYLINE
public static final MesosferBeacon.Module PRESENCE
public static final MesosferBeacon.Module TAGGING
public static final MesosferBeacon.Module MICROLOCATION
public static MesosferBeacon.Module[] values()
for (MesosferBeacon.Module c : MesosferBeacon.Module.values()) System.out.println(c);
public static MesosferBeacon.Module 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