public enum IOTC_EVENTS extends Enum<IOTC_EVENTS>
| Enum Constant and Description |
|---|
Command |
ConnectionStatus |
Error |
MessageReceived |
MessageSent |
SettingsUpdated |
| Modifier and Type | Method and Description |
|---|---|
static IOTC_EVENTS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOTC_EVENTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOTC_EVENTS ConnectionStatus
public static final IOTC_EVENTS MessageSent
public static final IOTC_EVENTS MessageReceived
public static final IOTC_EVENTS Command
public static final IOTC_EVENTS SettingsUpdated
public static final IOTC_EVENTS Error
public static IOTC_EVENTS[] values()
for (IOTC_EVENTS c : IOTC_EVENTS.values()) System.out.println(c);
public static IOTC_EVENTS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.