public static enum JkScopedDependency.ScopeType extends java.lang.Enum<JkScopedDependency.ScopeType>
JkScopeMapping
.Enum Constant and Description |
---|
MAPPED
scoped dependency is declared with 1 or several
JkScope |
SIMPLE
scoped dependency is declared with 1 or several
JkScope |
UNSET
scoped dependency is declared with no scope and no mapping scope
|
Modifier and Type | Method and Description |
---|---|
static JkScopedDependency.ScopeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JkScopedDependency.ScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JkScopedDependency.ScopeType SIMPLE
JkScope
public static final JkScopedDependency.ScopeType MAPPED
JkScope
public static final JkScopedDependency.ScopeType UNSET
public static JkScopedDependency.ScopeType[] values()
for (JkScopedDependency.ScopeType c : JkScopedDependency.ScopeType.values()) System.out.println(c);
public static JkScopedDependency.ScopeType 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 null