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