public static enum SystemVariables.DefaultScope extends Enum<SystemVariables.DefaultScope> implements SystemVariables.Scope
| Enum Constant and Description |
|---|
DEFAULT_SCOPE |
| Modifier and Type | Field and Description |
|---|---|
private int |
priority |
| Modifier and Type | Method and Description |
|---|---|
int |
priority() |
static SystemVariables.DefaultScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemVariables.DefaultScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemVariables.DefaultScope DEFAULT_SCOPE
public static SystemVariables.DefaultScope[] values()
for (SystemVariables.DefaultScope c : SystemVariables.DefaultScope.values()) System.out.println(c);
public static SystemVariables.DefaultScope 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 int priority()
priority in interface SystemVariables.ScopeCopyright © 2021 JBoss by Red Hat. All rights reserved.