public class FloatBean { private final static float f =42.0F; private float value; public float getValue(){ return value; } }