public static enum DriverTableModel.Column extends Enum<DriverTableModel.Column>
| Enum Constant and Description |
|---|
DESCRIPTION |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static DriverTableModel.Column |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DriverTableModel.Column[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DriverTableModel.Column DESCRIPTION
public static final DriverTableModel.Column STATUS
public static DriverTableModel.Column[] values()
for (DriverTableModel.Column c : DriverTableModel.Column.values()) System.out.println(c);
public static DriverTableModel.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 String getName()
Copyright © 2009–2020 KRDB Research Centre for Knowledge and Data, Free University of Bozen-Bolzano. All rights reserved.