public static enum Context.Channel extends Enum<Context.Channel>
| Modifier and Type | Method and Description |
|---|---|
static Context.Channel |
getChannel(String value) |
static Context.Channel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.Channel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Context.Channel web
public static final Context.Channel app
public static final Context.Channel ding
public static final Context.Channel wechat
public static final Context.Channel other
public static Context.Channel[] values()
for (Context.Channel c : Context.Channel.values()) System.out.println(c);
public static Context.Channel 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 static Context.Channel getChannel(String value)
Copyright © 2021. All rights reserved.