public class FloatBean { private float value; public float getValue(){ return value; } }