public enum AdminResourceEnum extends java.lang.Enum<AdminResourceEnum>
| Enum Constant and Description |
|---|
MAIN_MENU
Main Menu.
|
SECOND_MENU
Second Menu.
|
THREE_MENU
Button.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
get code.
|
static AdminResourceEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdminResourceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdminResourceEnum MAIN_MENU
public static final AdminResourceEnum SECOND_MENU
public static final AdminResourceEnum THREE_MENU
public static AdminResourceEnum[] values()
for (AdminResourceEnum c : AdminResourceEnum.values()) System.out.println(c);
public static AdminResourceEnum 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()
Copyright © 2024 The Apache Software Foundation. All rights reserved.