com.googlecode.androidannotations.api.sharedpreferences
Class IntPrefField

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

public final class IntPrefField
extends AbstractPrefField


Field Summary
 
Fields inherited from class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
key, sharedPreferences
 
Method Summary
 int get()
           
 int getOr(int defaultValue)
           
 void put(int 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 int get()

getOr

public int getOr(int defaultValue)

put

public void put(int value)


Copyright © 2010-2012. All Rights Reserved.