Package org.teiid.translator.solr
Enum SolrPlugin.Event
- java.lang.Object
-
- java.lang.Enum<SolrPlugin.Event>
-
- org.teiid.translator.solr.SolrPlugin.Event
-
- All Implemented Interfaces:
Serializable
,Comparable<SolrPlugin.Event>
,BundleUtil.Event
- Enclosing class:
- SolrPlugin
public static enum SolrPlugin.Event extends Enum<SolrPlugin.Event> implements BundleUtil.Event
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TEIID20001
TEIID20002
TEIID20003
TEIID20004
TEIID20005
TEIID20006
TEIID20007
TEIID20008
TEIID20009
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
TEIID20001
public static final SolrPlugin.Event TEIID20001
-
TEIID20002
public static final SolrPlugin.Event TEIID20002
-
TEIID20003
public static final SolrPlugin.Event TEIID20003
-
TEIID20004
public static final SolrPlugin.Event TEIID20004
-
TEIID20005
public static final SolrPlugin.Event TEIID20005
-
TEIID20006
public static final SolrPlugin.Event TEIID20006
-
TEIID20007
public static final SolrPlugin.Event TEIID20007
-
TEIID20008
public static final SolrPlugin.Event TEIID20008
-
TEIID20009
public static final SolrPlugin.Event TEIID20009
-
-
Method Detail
-
values
public static SolrPlugin.Event[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SolrPlugin.Event c : SolrPlugin.Event.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SolrPlugin.Event valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-