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