public static enum AppWS.MessageType extends Enum<AppWS.MessageType>
| Enum Constant and Description |
|---|
RECORD_LOCKED |
RECORD_UNLOCKED |
RECORD_UPDATED |
SURVEYS_UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static AppWS.MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppWS.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppWS.MessageType SURVEYS_UPDATED
public static final AppWS.MessageType RECORD_LOCKED
public static final AppWS.MessageType RECORD_UNLOCKED
public static final AppWS.MessageType RECORD_UPDATED
public static AppWS.MessageType[] values()
for (AppWS.MessageType c : AppWS.MessageType.values()) System.out.println(c);
public static AppWS.MessageType 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 © 2020 Open Foris. All rights reserved.