Package com.illumon.iris.db.util.config
Class TableInputHandler.EnumValues
java.lang.Object
com.illumon.iris.db.util.config.TableInputHandler.EnumValues
- All Implemented Interfaces:
TableInputHandler.ColumnConfigAttribute
,Serializable
- Enclosing class:
- TableInputHandler
@ScriptApi public static class TableInputHandler.EnumValues extends Object implements TableInputHandler.ColumnConfigAttribute
Used to create an allowable set of items to select from for the particular column.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EnumValues(Object... values)
Creates a new enum attribute. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
FieldEntry
getFieldEntry(Database db)
int
hashCode()
-
Constructor Details
-
EnumValues
Creates a new enum attribute.- Parameters:
values
- allowable set of values.
-
-
Method Details
-
getFieldEntry
- Specified by:
getFieldEntry
in interfaceTableInputHandler.ColumnConfigAttribute
-
equals
-
hashCode
public int hashCode()
-