public static enum DependenciesItemPresenter.WhiteListedPackagesState extends Enum<DependenciesItemPresenter.WhiteListedPackagesState>
| Modifier and Type | Method and Description |
|---|---|
static DependenciesItemPresenter.WhiteListedPackagesState |
from(Set<String> whiteList,
Set<String> packages) |
static DependenciesItemPresenter.WhiteListedPackagesState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependenciesItemPresenter.WhiteListedPackagesState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependenciesItemPresenter.WhiteListedPackagesState ALL
public static final DependenciesItemPresenter.WhiteListedPackagesState SOME
public static final DependenciesItemPresenter.WhiteListedPackagesState NONE
public static DependenciesItemPresenter.WhiteListedPackagesState[] values()
for (DependenciesItemPresenter.WhiteListedPackagesState c : DependenciesItemPresenter.WhiteListedPackagesState.values()) System.out.println(c);
public static DependenciesItemPresenter.WhiteListedPackagesState 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 nullpublic static DependenciesItemPresenter.WhiteListedPackagesState from(Set<String> whiteList, Set<String> packages)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.