public static enum WxMessageBody.Status.Command extends Enum<WxMessageBody.Status.Command>
| Enum Constant and Description |
|---|
CANCEL_TYPING |
TYPING |
| Modifier and Type | Method and Description |
|---|---|
static WxMessageBody.Status.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WxMessageBody.Status.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WxMessageBody.Status.Command TYPING
public static final WxMessageBody.Status.Command CANCEL_TYPING
public static WxMessageBody.Status.Command[] values()
for (WxMessageBody.Status.Command c : WxMessageBody.Status.Command.values()) System.out.println(c);
public static WxMessageBody.Status.Command 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 © 2018 Guangshan Technology, Inc.. All rights reserved.