public enum ScopeService extends Enum<ScopeService>
| Enum Constant and Description |
|---|
CONSOLE_LOGGER |
COOKIE_MANAGER |
CORE |
DESKTOP_UTILS |
DESKTOP_WINDOW_MANAGER |
ECMASCRIPT |
ECMASCRIPT_DEBUGGER |
EXEC |
PREFS |
SELFTEST |
SYSTEM_INPUT |
WINDOW_MANAGER |
| Modifier and Type | Method and Description |
|---|---|
static ScopeService |
get(String name) |
Service |
newInstance(ScopeServices scope) |
String |
toOpera() |
String |
toString() |
static ScopeService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopeService CORE
public static final ScopeService EXEC
public static final ScopeService WINDOW_MANAGER
public static final ScopeService CONSOLE_LOGGER
public static final ScopeService COOKIE_MANAGER
public static final ScopeService ECMASCRIPT_DEBUGGER
public static final ScopeService ECMASCRIPT
public static final ScopeService PREFS
public static final ScopeService SELFTEST
public static final ScopeService DESKTOP_UTILS
public static final ScopeService DESKTOP_WINDOW_MANAGER
public static final ScopeService SYSTEM_INPUT
public static ScopeService[] values()
for (ScopeService c : ScopeService.values()) System.out.println(c);
public static ScopeService 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 Service newInstance(ScopeServices scope)
public String toOpera()
public String toString()
toString in class Enum<ScopeService>public static ScopeService get(String name)
Copyright © 2012. All Rights Reserved.