public enum ScopeSelection extends java.lang.Enum<ScopeSelection>
| Enum Constant and Description |
|---|
RANDOM
The random.
|
WHOLE
The whole.
|
WHOLE_WITHOUT_PACKAGE
The whole without package.
|
| Modifier and Type | Method and Description |
|---|---|
ScopeSelectionStrategy |
get() |
static ScopeSelection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScopeSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopeSelection RANDOM
public static final ScopeSelection WHOLE
public static final ScopeSelection WHOLE_WITHOUT_PACKAGE
public static ScopeSelection[] values()
for (ScopeSelection c : ScopeSelection.values()) System.out.println(c);
public static ScopeSelection 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 ScopeSelectionStrategy get()