public enum TableViewMode extends Enum<TableViewMode>
| Enum Constant and Description |
|---|
ALL
Show all nodes of sampling.
|
LEAF
Show only leaves of sampling.
|
ROOT
Show onlyroot nodes of sampling.
|
| Modifier and Type | Method and Description |
|---|---|
static TableViewMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableViewMode ALL
public static final TableViewMode LEAF
public static final TableViewMode ROOT
public static TableViewMode[] values()
for (TableViewMode c : TableViewMode.values()) System.out.println(c);
public static TableViewMode 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 © 2012-2013 Ifremer. All Rights Reserved.