public static enum AgencyExportLogTable.Column extends Enum<AgencyExportLogTable.Column> implements AbstractTable.Column
Enum Constant and Description |
---|
COUNT_DELETES |
COUNT_ERRORS |
COUNT_INSERTS |
COUNT_NOTICES |
COUNT_UPDATES |
COUNT_WARNINGS |
ID |
TIME |
TITLE |
TRANSFER |
Modifier and Type | Method and Description |
---|---|
TableCellEditor |
getCellEditor() |
TableCellRenderer |
getCellRenderer() |
Class<?> |
getColumnClass() |
String |
getColumnId() |
String |
getColumnName() |
Comparator |
getComparator() |
boolean |
isEditable() |
boolean |
isHideable() |
boolean |
isSortable() |
boolean |
isVisibleByDefault() |
static AgencyExportLogTable.Column |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgencyExportLogTable.Column[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgencyExportLogTable.Column ID
public static final AgencyExportLogTable.Column TIME
public static final AgencyExportLogTable.Column TITLE
public static final AgencyExportLogTable.Column TRANSFER
public static final AgencyExportLogTable.Column COUNT_INSERTS
public static final AgencyExportLogTable.Column COUNT_UPDATES
public static final AgencyExportLogTable.Column COUNT_DELETES
public static final AgencyExportLogTable.Column COUNT_ERRORS
public static final AgencyExportLogTable.Column COUNT_WARNINGS
public static final AgencyExportLogTable.Column COUNT_NOTICES
public static AgencyExportLogTable.Column[] values()
for (AgencyExportLogTable.Column c : AgencyExportLogTable.Column.values()) System.out.println(c);
public static AgencyExportLogTable.Column 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 nullpublic TableCellEditor getCellEditor()
getCellEditor
in interface AbstractTable.Column
public TableCellRenderer getCellRenderer()
getCellRenderer
in interface AbstractTable.Column
public Class<?> getColumnClass()
getColumnClass
in interface AbstractTable.Column
public String getColumnName()
getColumnName
in interface AbstractTable.Column
public String getColumnId()
getColumnId
in interface AbstractTable.Column
public Comparator getComparator()
getComparator
in interface AbstractTable.Column
public boolean isEditable()
isEditable
in interface AbstractTable.Column
public boolean isHideable()
isHideable
in interface AbstractTable.Column
public boolean isSortable()
isSortable
in interface AbstractTable.Column
public boolean isVisibleByDefault()
isVisibleByDefault
in interface AbstractTable.Column
Copyright © 2019 OpenEstate. All rights reserved.