public static enum ComsysEventConstants.MESSAGE_TYPE extends Enum<ComsysEventConstants.MESSAGE_TYPE>
| Enum Constant and Description |
|---|
CommunicationFailed |
CommunicationRestored |
DeviceRemoved |
LowBattery |
LowSignalStrength |
ManualOverrideDetected |
NewDevice |
UserInteractionRequired |
| Modifier and Type | Method and Description |
|---|---|
static ComsysEventConstants.MESSAGE_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComsysEventConstants.MESSAGE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComsysEventConstants.MESSAGE_TYPE CommunicationFailed
public static final ComsysEventConstants.MESSAGE_TYPE CommunicationRestored
public static final ComsysEventConstants.MESSAGE_TYPE NewDevice
public static final ComsysEventConstants.MESSAGE_TYPE DeviceRemoved
public static final ComsysEventConstants.MESSAGE_TYPE LowBattery
public static final ComsysEventConstants.MESSAGE_TYPE LowSignalStrength
public static final ComsysEventConstants.MESSAGE_TYPE UserInteractionRequired
public static final ComsysEventConstants.MESSAGE_TYPE ManualOverrideDetected
public static ComsysEventConstants.MESSAGE_TYPE[] values()
for (ComsysEventConstants.MESSAGE_TYPE c : ComsysEventConstants.MESSAGE_TYPE.values()) System.out.println(c);
public static ComsysEventConstants.MESSAGE_TYPE 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 © 2018. All rights reserved.