
public static enum GlueContext.EventType extends Enum<GlueContext.EventType>
| Enum Constant and Description |
|---|
DEFAULT |
EAI_SERVER |
EDGE_SERVER |
WEB_BROWSER |
| Modifier and Type | Method and Description |
|---|---|
static GlueContext.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlueContext.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlueContext.EventType DEFAULT
public static final GlueContext.EventType WEB_BROWSER
public static final GlueContext.EventType EAI_SERVER
public static final GlueContext.EventType EDGE_SERVER
public static GlueContext.EventType[] values()
for (GlueContext.EventType c : GlueContext.EventType.values()) System.out.println(c);
public static GlueContext.EventType 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 © 2013–2020 POSCO ICT. All rights reserved.