public enum NavigationTreeTab extends Enum<NavigationTreeTab>
Enum Constant and Description |
---|
DB_OVERVIEW
The overview on all projections in the database.
|
PROJECTION_OVERVIEW
The overview on the elements of the projection.
|
RESULTS_OVERVIEW
The overview on the results associated with the projection.
|
Modifier and Type | Method and Description |
---|---|
int |
getTabIndex()
Gets the tab index.
|
static NavigationTreeTab |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationTreeTab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavigationTreeTab DB_OVERVIEW
public static final NavigationTreeTab PROJECTION_OVERVIEW
public static final NavigationTreeTab RESULTS_OVERVIEW
public static NavigationTreeTab[] values()
for (NavigationTreeTab c : NavigationTreeTab.values()) System.out.println(c);
public static NavigationTreeTab 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 int getTabIndex()
Copyright © 2012. All Rights Reserved.