public static enum WidgetInstanceSettings.SocketEventRoutingMode extends Enum<WidgetInstanceSettings.SocketEventRoutingMode>
| Modifier and Type | Method and Description |
|---|---|
static WidgetInstanceSettings.SocketEventRoutingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WidgetInstanceSettings.SocketEventRoutingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WidgetInstanceSettings.SocketEventRoutingMode SELECTED
public static final WidgetInstanceSettings.SocketEventRoutingMode LAST_USED
public static final WidgetInstanceSettings.SocketEventRoutingMode FIRST
public static final WidgetInstanceSettings.SocketEventRoutingMode LAST
public static WidgetInstanceSettings.SocketEventRoutingMode[] values()
for (WidgetInstanceSettings.SocketEventRoutingMode c : WidgetInstanceSettings.SocketEventRoutingMode.values()) System.out.println(c);
public static WidgetInstanceSettings.SocketEventRoutingMode 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 © 2018. All rights reserved.