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