| |
|
| java.lang.Object com.db4o.config.ConfigScope
DISABLED | final public static ConfigScope DISABLED(Code) | | Marks a configuration feature as globally disabled.
|
DISABLED_ID | final public static int DISABLED_ID(Code) | | |
GLOBALLY | final public static ConfigScope GLOBALLY(Code) | | Marks a configuration feature as globally enabled.
|
GLOBALLY_ID | final public static int GLOBALLY_ID(Code) | | |
INDIVIDUALLY | final public static ConfigScope INDIVIDUALLY(Code) | | Marks a configuration feature as individually configurable.
|
INDIVIDUALLY_ID | final public static int INDIVIDUALLY_ID(Code) | | |
applyConfig | public boolean applyConfig(boolean defaultValue)(Code) | | Checks if the current configuration scope is globally
enabled or disabled.
Parameters: defaultValue - - default result false if disabled, true if globally enabled, default value otherwise |
hashCode | public int hashCode()(Code) | | |
|
|
|