com.googlecode.androidannotations.api.sharedpreferences
Class FloatPrefField

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

public final class FloatPrefField
extends AbstractPrefField


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

get

public float get()

getOr

public float getOr(float defaultValue)

put

public void put(float value)


Copyright © 2010-2012. All Rights Reserved.