public static enum CouchbasePlugin.Event extends Enum<CouchbasePlugin.Event> implements org.teiid.core.BundleUtil.Event
Enum Constant and Description |
---|
TEIID29001 |
TEIID29002 |
TEIID29003 |
TEIID29004 |
TEIID29005 |
TEIID29006 |
TEIID29007 |
TEIID29008 |
TEIID29009 |
TEIID29010 |
TEIID29011 |
TEIID29012 |
TEIID29013 |
TEIID29014 |
TEIID29015 |
TEIID29016 |
TEIID29017 |
TEIID29018 |
TEIID29019 |
TEIID29020 |
TEIID29021 |
Modifier and Type | Method and Description |
---|---|
static CouchbasePlugin.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CouchbasePlugin.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CouchbasePlugin.Event TEIID29001
public static final CouchbasePlugin.Event TEIID29002
public static final CouchbasePlugin.Event TEIID29003
public static final CouchbasePlugin.Event TEIID29004
public static final CouchbasePlugin.Event TEIID29005
public static final CouchbasePlugin.Event TEIID29006
public static final CouchbasePlugin.Event TEIID29007
public static final CouchbasePlugin.Event TEIID29008
public static final CouchbasePlugin.Event TEIID29009
public static final CouchbasePlugin.Event TEIID29010
public static final CouchbasePlugin.Event TEIID29011
public static final CouchbasePlugin.Event TEIID29012
public static final CouchbasePlugin.Event TEIID29013
public static final CouchbasePlugin.Event TEIID29014
public static final CouchbasePlugin.Event TEIID29015
public static final CouchbasePlugin.Event TEIID29016
public static final CouchbasePlugin.Event TEIID29017
public static final CouchbasePlugin.Event TEIID29018
public static final CouchbasePlugin.Event TEIID29019
public static final CouchbasePlugin.Event TEIID29020
public static final CouchbasePlugin.Event TEIID29021
public static CouchbasePlugin.Event[] values()
for (CouchbasePlugin.Event c : CouchbasePlugin.Event.values()) System.out.println(c);
public static CouchbasePlugin.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.