Package org.teiid.translator.excel
Enum ExcelPlugin.Event
- java.lang.Object
-
- java.lang.Enum<ExcelPlugin.Event>
-
- org.teiid.translator.excel.ExcelPlugin.Event
-
- All Implemented Interfaces:
Serializable
,Comparable<ExcelPlugin.Event>
,BundleUtil.Event
- Enclosing class:
- ExcelPlugin
public static enum ExcelPlugin.Event extends Enum<ExcelPlugin.Event> implements BundleUtil.Event
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TEIID23000
TEIID23003
TEIID23004
TEIID23005
TEIID23006
TEIID23007
TEIID23008
TEIID23009
TEIID23010
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExcelPlugin.Event
valueOf(String name)
Returns the enum constant of this type with the specified name.static ExcelPlugin.Event[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TEIID23000
public static final ExcelPlugin.Event TEIID23000
-
TEIID23003
public static final ExcelPlugin.Event TEIID23003
-
TEIID23004
public static final ExcelPlugin.Event TEIID23004
-
TEIID23005
public static final ExcelPlugin.Event TEIID23005
-
TEIID23006
public static final ExcelPlugin.Event TEIID23006
-
TEIID23007
public static final ExcelPlugin.Event TEIID23007
-
TEIID23008
public static final ExcelPlugin.Event TEIID23008
-
TEIID23009
public static final ExcelPlugin.Event TEIID23009
-
TEIID23010
public static final ExcelPlugin.Event TEIID23010
-
-
Method Detail
-
values
public static ExcelPlugin.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 (ExcelPlugin.Event c : ExcelPlugin.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 ExcelPlugin.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
-
-