public static enum Gateways.Events extends java.lang.Enum<Gateways.Events>
Enum Constant and Description |
---|
ADDED_GATEWAY |
ADDED_GATEWAYS |
CLEARED_GATEWAYS |
FAVORITES_UPDATED |
HIDDEN_UPDATED |
REMOVED_GATEWAY |
REMOVED_GATEWAYS |
Modifier and Type | Method and Description |
---|---|
static Gateways.Events |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Gateways.Events[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Gateways.Events ADDED_GATEWAY
public static final Gateways.Events ADDED_GATEWAYS
public static final Gateways.Events REMOVED_GATEWAY
public static final Gateways.Events REMOVED_GATEWAYS
public static final Gateways.Events CLEARED_GATEWAYS
public static final Gateways.Events FAVORITES_UPDATED
public static final Gateways.Events HIDDEN_UPDATED
public static Gateways.Events[] values()
for (Gateways.Events c : Gateways.Events.values()) System.out.println(c);
public static Gateways.Events 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