public static enum YahooPlugin.Event extends Enum<YahooPlugin.Event> implements org.teiid.core.BundleUtil.Event
| Enum Constant and Description |
|---|
TEIID14001 |
TEIID14002 |
| Modifier and Type | Method and Description |
|---|---|
static YahooPlugin.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YahooPlugin.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YahooPlugin.Event TEIID14001
public static final YahooPlugin.Event TEIID14002
public static YahooPlugin.Event[] values()
for (YahooPlugin.Event c : YahooPlugin.Event.values()) System.out.println(c);
public static YahooPlugin.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 © 2017 JBoss by Red Hat. All rights reserved.