public enum JrdsTreeViewTab extends java.lang.Enum<JrdsTreeViewTab>
| Enum Constant and Description |
|---|
FILTER_TAB |
HOSTS_TAB |
SERVICE_TAB |
SINGLE_FILTER |
SINGLE_HOST |
SINGLE_TAG |
TAGS_TAB |
VIEWS_TAB |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArgument()
Gets the argument associated with the enum entry
|
java.lang.String |
getCommand()
Gets the command keyword associated with the enum entry
|
java.lang.String |
toString() |
static JrdsTreeViewTab |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JrdsTreeViewTab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JrdsTreeViewTab HOSTS_TAB
public static final JrdsTreeViewTab SINGLE_HOST
public static final JrdsTreeViewTab SERVICE_TAB
public static final JrdsTreeViewTab VIEWS_TAB
public static final JrdsTreeViewTab FILTER_TAB
public static final JrdsTreeViewTab SINGLE_FILTER
public static final JrdsTreeViewTab TAGS_TAB
public static final JrdsTreeViewTab SINGLE_TAG
public static JrdsTreeViewTab[] values()
for (JrdsTreeViewTab c : JrdsTreeViewTab.values()) System.out.println(c);
public static JrdsTreeViewTab valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<JrdsTreeViewTab>public java.lang.String getCommand()
public java.lang.String getArgument()
Copyright © 2018 Frederic Thevenet. All rights reserved.