public static enum WxMessage.Intent extends Enum<WxMessage.Intent>
| Modifier and Type | Method and Description |
|---|---|
static WxMessage.Intent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WxMessage.Intent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WxMessage.Intent SEND
public static final WxMessage.Intent RECEIVE
public static final WxMessage.Intent ALL
public static WxMessage.Intent[] values()
for (WxMessage.Intent c : WxMessage.Intent.values()) System.out.println(c);
public static WxMessage.Intent 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.