public static enum IEventMultiplexer.State extends Enum<IEventMultiplexer.State>
Modifier and Type | Method and Description |
---|---|
static IEventMultiplexer.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IEventMultiplexer.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IEventMultiplexer.State Init
public static final IEventMultiplexer.State Open
public static final IEventMultiplexer.State Closing
public static final IEventMultiplexer.State Closed
public static IEventMultiplexer.State[] values()
for (IEventMultiplexer.State c : IEventMultiplexer.State.values()) System.out.println(c);
public static IEventMultiplexer.State 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 © 2019 Neeve Research, LLC. All Rights Reserved.