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