com.googlecode.androidannotations.api.sharedpreferences
Class LongPrefField

java.lang.Object
  extended by com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
      extended by com.googlecode.androidannotations.api.sharedpreferences.LongPrefField

public final class LongPrefField
extends AbstractPrefField


Field Summary
 
Fields inherited from class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
key, sharedPreferences
 
Method Summary
 long get()
           
 long getOr(long defaultValue)
           
 void put(long value)
           
 
Methods inherited from class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
apply, edit, exists, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public long get()

getOr

public long getOr(long defaultValue)

put

public void put(long value)


Copyright © 2010-2012. All Rights Reserved.