jdk/src/share/classes/com/sun/beans/decoder/PropertyElementHandler.java
changeset 21278 ef8a3a2a72f2
parent 14219 e99355081c6d
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    61  * is shortcut to<pre>
    61  * is shortcut to<pre>
    62  * &lt;method name="set"&gt;
    62  * &lt;method name="set"&gt;
    63  *     &lt;int&gt;0&lt;/int&gt;
    63  *     &lt;int&gt;0&lt;/int&gt;
    64  * &lt;/method&gt;</pre>
    64  * &lt;/method&gt;</pre>
    65  * which is equivalent to {@code set(0)} in Java code.
    65  * which is equivalent to {@code set(0)} in Java code.
    66  * <p>The following atributes are supported:
    66  * <p>The following attributes are supported:
    67  * <dl>
    67  * <dl>
    68  * <dt>name
    68  * <dt>name
    69  * <dd>the property name
    69  * <dd>the property name
    70  * <dt>index
    70  * <dt>index
    71  * <dd>the property index
    71  * <dd>the property index
    83 
    83 
    84     private Integer index;
    84     private Integer index;
    85 
    85 
    86     /**
    86     /**
    87      * Parses attributes of the element.
    87      * Parses attributes of the element.
    88      * The following atributes are supported:
    88      * The following attributes are supported:
    89      * <dl>
    89      * <dl>
    90      * <dt>name
    90      * <dt>name
    91      * <dd>the property name
    91      * <dd>the property name
    92      * <dt>index
    92      * <dt>index
    93      * <dd>the property index
    93      * <dd>the property index