public static enum TransDialog.Tabs extends Enum<TransDialog.Tabs>
Enum Constant and Description |
---|
DATE_TAB |
DEP_TAB |
EXTRA_TAB |
LOG_TAB |
MISC_TAB |
MONITOR_TAB |
PARAM_TAB |
TRANS_TAB |
Modifier and Type | Method and Description |
---|---|
static TransDialog.Tabs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransDialog.Tabs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransDialog.Tabs TRANS_TAB
public static final TransDialog.Tabs PARAM_TAB
public static final TransDialog.Tabs LOG_TAB
public static final TransDialog.Tabs DATE_TAB
public static final TransDialog.Tabs DEP_TAB
public static final TransDialog.Tabs MISC_TAB
public static final TransDialog.Tabs MONITOR_TAB
public static final TransDialog.Tabs EXTRA_TAB
public static TransDialog.Tabs[] values()
for (TransDialog.Tabs c : TransDialog.Tabs.values()) System.out.println(c);
public static TransDialog.Tabs 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 null