public static enum ETable.ColumnSelection extends Enum<ETable.ColumnSelection>
| Enum Constant and Description |
|---|
DIALOG |
NO_SELECTION |
POPUP |
| Modifier and Type | Method and Description |
|---|---|
static ETable.ColumnSelection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETable.ColumnSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETable.ColumnSelection NO_SELECTION
public static final ETable.ColumnSelection POPUP
public static final ETable.ColumnSelection DIALOG
public static ETable.ColumnSelection[] values()
for (ETable.ColumnSelection c : ETable.ColumnSelection.values()) System.out.println(c);
public static ETable.ColumnSelection 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 nullBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.