public static enum UserControlMessage.Type extends Enum<UserControlMessage.Type>
| Enum Constant and Description |
|---|
__UNUSED__ |
PING_REQUEST |
PING_RESPONSE |
SET_BUFFER_LENGTH |
STREAM_BEGIN |
STREAM_DRY |
STREAM_EOF |
STREAM_IS_RECORDED |
| Modifier and Type | Method and Description |
|---|---|
static UserControlMessage.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserControlMessage.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserControlMessage.Type STREAM_BEGIN
public static final UserControlMessage.Type STREAM_EOF
public static final UserControlMessage.Type STREAM_DRY
public static final UserControlMessage.Type SET_BUFFER_LENGTH
public static final UserControlMessage.Type STREAM_IS_RECORDED
public static final UserControlMessage.Type __UNUSED__
public static final UserControlMessage.Type PING_REQUEST
public static final UserControlMessage.Type PING_RESPONSE
public static UserControlMessage.Type[] values()
for (UserControlMessage.Type c : UserControlMessage.Type.values()) System.out.println(c);
public static UserControlMessage.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 © 2014. All rights reserved.