public static enum AbstractPreferences.Scope extends java.lang.Enum<AbstractPreferences.Scope>
Enum Constant and Description |
---|
CONFIGURATION |
DEFAULT |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
abstract org.eclipse.core.runtime.preferences.IScopeContext |
context() |
static AbstractPreferences.Scope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPreferences.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractPreferences.Scope DEFAULT
public static final AbstractPreferences.Scope CONFIGURATION
public static final AbstractPreferences.Scope INSTANCE
public static AbstractPreferences.Scope[] values()
for (AbstractPreferences.Scope c : AbstractPreferences.Scope.values()) System.out.println(c);
public static AbstractPreferences.Scope 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 nullpublic abstract org.eclipse.core.runtime.preferences.IScopeContext context()