public static enum JPAPlugin.Event extends Enum<JPAPlugin.Event> implements org.teiid.core.BundleUtil.Event
Enum Constant and Description |
---|
TEIID14001 |
TEIID14002 |
TEIID14003 |
TEIID14004 |
TEIID14005 |
TEIID14006 |
TEIID14007 |
TEIID14008 |
Modifier and Type | Method and Description |
---|---|
static JPAPlugin.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPAPlugin.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JPAPlugin.Event TEIID14001
public static final JPAPlugin.Event TEIID14002
public static final JPAPlugin.Event TEIID14003
public static final JPAPlugin.Event TEIID14004
public static final JPAPlugin.Event TEIID14005
public static final JPAPlugin.Event TEIID14006
public static final JPAPlugin.Event TEIID14007
public static final JPAPlugin.Event TEIID14008
public static JPAPlugin.Event[] values()
for (JPAPlugin.Event c : JPAPlugin.Event.values()) System.out.println(c);
public static JPAPlugin.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.