org.androidannotations.api.sharedpreferences
Class IntPrefField

java.lang.Object
  extended by org.androidannotations.api.sharedpreferences.AbstractPrefField
      extended by org.androidannotations.api.sharedpreferences.IntPrefField

public final class IntPrefField
extends AbstractPrefField


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

Method Detail

get

public int get()

getOr

public int getOr(int defaultValue)

put

public void put(int value)


Copyright © 2010-2014. All Rights Reserved.