public final class EMFStorePreferenceHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getPreference(String key,
String defaultValue)
Retrieves a preference value for a specific key.
|
static void |
setPreference(String key,
String value)
Set the preference value for a specific key.
|
public static String getPreference(String key, String defaultValue)
key - the key used to identify the preferencedefaultValue - the value that should be returned in case the preference could not be founddefaultValueCopyright © 2017. All rights reserved.