|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
com.googlecode.androidannotations.api.sharedpreferences.FloatPrefField
public final class FloatPrefField
Field Summary |
---|
Fields inherited from class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField |
---|
key, sharedPreferences |
Method Summary | |
---|---|
float |
get()
|
float |
getOr(float defaultValue)
|
void |
put(float 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 |
---|
public float get()
public float getOr(float defaultValue)
public void put(float value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |