static enum Map.AppTrigger extends java.lang.Enum<Map.AppTrigger>
Modifier and Type | Method and Description |
---|---|
static Map.AppTrigger |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Map.AppTrigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Map.AppTrigger load
public static final Map.AppTrigger track
public static final Map.AppTrigger mark
public static final Map.AppTrigger stop
public static final Map.AppTrigger destroy
public static Map.AppTrigger[] values()
for (Map.AppTrigger c : Map.AppTrigger.values()) System.out.println(c);
public static Map.AppTrigger 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