| Enum Constant and Description |
|---|
DASHBOARD
Dashboard
|
HOME
HOME
|
PROJECT
Project
|
SETTING
설정
|
| Modifier and Type | Field and Description |
|---|---|
private int |
mCode |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static MainTab |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MainTab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MainTab HOME
public static final MainTab PROJECT
public static final MainTab DASHBOARD
public static final MainTab SETTING
public static MainTab[] values()
for (MainTab c : MainTab.values()) System.out.println(c);
public static MainTab 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 int getCode()