public static enum IChannelManager.ChannelManagerStatus extends java.lang.Enum<IChannelManager.ChannelManagerStatus>
Enum Constant and Description |
---|
CREATED |
LOST_MAIN_CONNECTION |
STARTED |
STOPPED |
Modifier and Type | Method and Description |
---|---|
static IChannelManager.ChannelManagerStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IChannelManager.ChannelManagerStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IChannelManager.ChannelManagerStatus CREATED
public static final IChannelManager.ChannelManagerStatus STARTED
public static final IChannelManager.ChannelManagerStatus STOPPED
public static final IChannelManager.ChannelManagerStatus LOST_MAIN_CONNECTION
public static IChannelManager.ChannelManagerStatus[] values()
for (IChannelManager.ChannelManagerStatus c : IChannelManager.ChannelManagerStatus.values()) System.out.println(c);
public static IChannelManager.ChannelManagerStatus 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