public static enum RepositoryStructurePresenter.MenuItems extends Enum<RepositoryStructurePresenter.MenuItems>
| Enum Constant and Description |
|---|
CONFIGURE_MENU_ITEM |
PROMOTE_MENU_ITEM |
RELEASE_MENU_ITEM |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryStructurePresenter.MenuItems |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryStructurePresenter.MenuItems[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryStructurePresenter.MenuItems CONFIGURE_MENU_ITEM
public static final RepositoryStructurePresenter.MenuItems PROMOTE_MENU_ITEM
public static final RepositoryStructurePresenter.MenuItems RELEASE_MENU_ITEM
public static RepositoryStructurePresenter.MenuItems[] values()
for (RepositoryStructurePresenter.MenuItems c : RepositoryStructurePresenter.MenuItems.values()) System.out.println(c);
public static RepositoryStructurePresenter.MenuItems 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 nullCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.