public static enum TransmissionRequest.DATA_MODE extends java.lang.Enum<TransmissionRequest.DATA_MODE>
| Modifier and Type | Method and Description |
|---|---|
long |
value() |
static TransmissionRequest.DATA_MODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransmissionRequest.DATA_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransmissionRequest.DATA_MODE INLINEMSG
public static final TransmissionRequest.DATA_MODE TEXT
public static final TransmissionRequest.DATA_MODE RAW
public static TransmissionRequest.DATA_MODE[] values()
for (TransmissionRequest.DATA_MODE c : TransmissionRequest.DATA_MODE.values()) System.out.println(c);
public static TransmissionRequest.DATA_MODE 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 nullpublic long value()