@Deprecated public enum ScopeType extends Enum<ScopeType>
Only request and default scopes are defined for now, but others may be added.
ScopedMap
Enum Constant and Description |
---|
DEFAULT
Deprecated.
|
REQUEST
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getScopedKey(String key)
Deprecated.
|
String |
getScopePrefix()
Deprecated.
|
static ScopeType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ScopeType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static ScopeType[] values()
for (ScopeType c : ScopeType.values()) System.out.println(c);
public static ScopeType 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 String getScopedKey(String key)
public String getScopePrefix()
Copyright © 2018 Nuxeo. All rights reserved.