public static enum RestServicePlugin.Event extends Enum<RestServicePlugin.Event> implements BundleUtil.Event
| Enum Constant and Description |
|---|
TEIID28001 |
TEIID28002 |
TEIID28003 |
| Modifier and Type | Method and Description |
|---|---|
static RestServicePlugin.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestServicePlugin.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestServicePlugin.Event TEIID28001
public static final RestServicePlugin.Event TEIID28002
public static final RestServicePlugin.Event TEIID28003
public static RestServicePlugin.Event[] values()
for (RestServicePlugin.Event c : RestServicePlugin.Event.values()) System.out.println(c);
public static RestServicePlugin.Event 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. All rights reserved.