jdk/src/share/classes/com/sun/beans/decoder/FloatElementHandler.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    35  * is shortcut to<pre>
    35  * is shortcut to<pre>
    36  * &lt;method name="valueOf" class="java.lang.Float"&gt;
    36  * &lt;method name="valueOf" class="java.lang.Float"&gt;
    37  *     &lt;string&gt;-1.23&lt;/string&gt;
    37  *     &lt;string&gt;-1.23&lt;/string&gt;
    38  * &lt;/method&gt;</pre>
    38  * &lt;/method&gt;</pre>
    39  * which is equivalent to {@code Float.valueOf("-1.23")} in Java code.
    39  * which is equivalent to {@code Float.valueOf("-1.23")} in Java code.
    40  * <p>The following atribute is supported:
    40  * <p>The following attribute is supported:
    41  * <dl>
    41  * <dl>
    42  * <dt>id
    42  * <dt>id
    43  * <dd>the identifier of the variable that is intended to store the result
    43  * <dd>the identifier of the variable that is intended to store the result
    44  * </dl>
    44  * </dl>
    45  *
    45  *