public static enum MesosferBeacon.Event extends java.lang.Enum<MesosferBeacon.Event>
| Enum Constant and Description | 
|---|
ENTER
Enter event. 
 | 
EXIT
Exit event. 
 | 
FAR
Far event. 
 | 
IMMEDIATE
Immediate event. 
 | 
NEAR
Near event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MesosferBeacon.Event | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static MesosferBeacon.Event[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MesosferBeacon.Event ENTER
public static final MesosferBeacon.Event EXIT
public static final MesosferBeacon.Event IMMEDIATE
public static final MesosferBeacon.Event NEAR
public static final MesosferBeacon.Event FAR
public static MesosferBeacon.Event[] values()
for (MesosferBeacon.Event c : MesosferBeacon.Event.values()) System.out.println(c);
public static MesosferBeacon.Event 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