public static enum Scope.ScopeType extends java.lang.Enum<Scope.ScopeType>
| Enum Constant and Description | 
|---|
PROTOTYPE
Deprecated.  
 | 
SINGLETON
Deprecated.  
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
val
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()
Deprecated.  
 | 
static Scope.ScopeType | 
valueOf(java.lang.String name)
Deprecated.  
 | 
static Scope.ScopeType[] | 
values()
Deprecated.  
 | 
for (Scope.ScopeType c : Scope.ScopeType.values()) System.out.println(c);
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 nulltoString in class java.lang.Enum<Scope.ScopeType>Enum.toString()