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