public static enum RepositoryStructureDataView.ViewMode extends Enum<RepositoryStructureDataView.ViewMode>
| Enum Constant and Description |
|---|
CREATE_STRUCTURE |
EDIT_MULTI_MODULE_PROJECT |
EDIT_SINGLE_MODULE_PROJECT |
EDIT_UNMANAGED_REPOSITORY |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryStructureDataView.ViewMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryStructureDataView.ViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryStructureDataView.ViewMode CREATE_STRUCTURE
public static final RepositoryStructureDataView.ViewMode EDIT_SINGLE_MODULE_PROJECT
public static final RepositoryStructureDataView.ViewMode EDIT_MULTI_MODULE_PROJECT
public static final RepositoryStructureDataView.ViewMode EDIT_UNMANAGED_REPOSITORY
public static RepositoryStructureDataView.ViewMode[] values()
for (RepositoryStructureDataView.ViewMode c : RepositoryStructureDataView.ViewMode.values()) System.out.println(c);
public static RepositoryStructureDataView.ViewMode 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.