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