protected static enum TableViewer.ColumnType extends Enum<TableViewer.ColumnType>
| Modifier and Type | Method and Description |
|---|---|
static TableViewer.ColumnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableViewer.ColumnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableViewer.ColumnType X
public static final TableViewer.ColumnType Y
public static final TableViewer.ColumnType EXN
public static final TableViewer.ColumnType EXP
public static final TableViewer.ColumnType EYN
public static final TableViewer.ColumnType EYP
public static TableViewer.ColumnType[] values()
for (TableViewer.ColumnType c : TableViewer.ColumnType.values()) System.out.println(c);
public static TableViewer.ColumnType 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 nullCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.