de.unikassel.android.sdcframework.preferences
Class UUIDPreferenceImpl

Package class diagram package UUIDPreferenceImpl
java.lang.Object
  extended by de.unikassel.android.sdcframework.preferences.SinglePreferenceImpl<String>
      extended by de.unikassel.android.sdcframework.preferences.StringPreference
          extended by de.unikassel.android.sdcframework.preferences.UUIDPreferenceImpl
All Implemented Interfaces:
SinglePreference<String>, UUIDPreference

public class UUIDPreferenceImpl
extends StringPreference
implements UUIDPreference

Implementation of the preference for the UUID


Field Summary
static String DEFAULT
          The default value
static String KEY
          Identifier log key
 
Constructor Summary
UUIDPreferenceImpl()
          Constructor
 
Method Summary
 
Methods inherited from class de.unikassel.android.sdcframework.preferences.StringPreference
getConfiguration
 
Methods inherited from class de.unikassel.android.sdcframework.preferences.SinglePreferenceImpl
getDefault, getKey, setDefault, testForKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.unikassel.android.sdcframework.preferences.facade.SinglePreference
getConfiguration, getDefault, getKey, setDefault, testForKey
 

Field Detail

KEY

public static final String KEY
Identifier log key

See Also:
Constant Field Values

DEFAULT

public static final String DEFAULT
The default value

See Also:
Constant Field Values
Constructor Detail

UUIDPreferenceImpl

public UUIDPreferenceImpl()
Constructor