com.googlecode.androidannotations.api.sharedpreferences
Class BooleanPrefField

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

public final class BooleanPrefField
extends AbstractPrefField


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

getOr

public boolean getOr(boolean defaultValue)

put

public void put(boolean value)


Copyright © 2010-2012. All Rights Reserved.