public enum WeChatType extends Enum<WeChatType>
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getDescp() |
static WeChatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeChatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WeChatType APP
public static final WeChatType APPCHAT
public static WeChatType[] values()
for (WeChatType c : WeChatType.values()) System.out.println(c);
public static WeChatType 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 nullpublic int getCode()
public String getDescp()
Copyright © 2022 The Apache Software Foundation. All rights reserved.