com.googlecode.androidannotations.api.sharedpreferences
Class BooleanPrefField
java.lang.Object
com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
com.googlecode.androidannotations.api.sharedpreferences.BooleanPrefField
public final class BooleanPrefField
- extends AbstractPrefField
Method Summary |
boolean |
get()
|
boolean |
getOr(boolean defaultValue)
|
void |
put(boolean value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public boolean get()
getOr
public boolean getOr(boolean defaultValue)
put
public void put(boolean value)
Copyright © 2010-2013. All Rights Reserved.