public static enum Sh.SendDataIndication extends Enum<Sh.SendDataIndication>
| Enum Constant and Description |
|---|
USER_DATA_NOT_REQUESTED |
USER_DATA_REQUESTED |
| Modifier and Type | Method and Description |
|---|---|
static Sh.SendDataIndication |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sh.SendDataIndication[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sh.SendDataIndication USER_DATA_NOT_REQUESTED
public static final Sh.SendDataIndication USER_DATA_REQUESTED
public static Sh.SendDataIndication[] values()
for (Sh.SendDataIndication c : Sh.SendDataIndication.values()) System.out.println(c);
public static Sh.SendDataIndication 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 © 2014. All Rights Reserved.