public static enum TmpEnum.ChannelStrategy extends java.lang.Enum<TmpEnum.ChannelStrategy>
Enum Constant and Description |
---|
CLOUD_CHANNEL_ONLY |
LOCAL_CHANNEL_FIRST |
LOCAL_CHANNEL_ONLY |
Modifier and Type | Method and Description |
---|---|
static TmpEnum.ChannelStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TmpEnum.ChannelStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TmpEnum.ChannelStrategy LOCAL_CHANNEL_FIRST
public static final TmpEnum.ChannelStrategy LOCAL_CHANNEL_ONLY
public static final TmpEnum.ChannelStrategy CLOUD_CHANNEL_ONLY
public static TmpEnum.ChannelStrategy[] values()
for (TmpEnum.ChannelStrategy c : TmpEnum.ChannelStrategy.values()) System.out.println(c);
public static TmpEnum.ChannelStrategy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null