jdk/src/share/classes/javax/management/modelmbean/ModelMBeanAttributeInfo.java
changeset 21656 d4c777ccb1db
parent 14342 8435a30053c1
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
    55  * <P id="descriptor">
    55  * <P id="descriptor">
    56  * The fields in the descriptor are defined, but not limited to, the following.
    56  * The fields in the descriptor are defined, but not limited to, the following.
    57  * Note that when the Type in this table is Number, a String that is the decimal
    57  * Note that when the Type in this table is Number, a String that is the decimal
    58  * representation of a Long can also be used.</P>
    58  * representation of a Long can also be used.</P>
    59  *
    59  *
    60  * <table border="1" cellpadding="5">
    60  * <table border="1" cellpadding="5" summary="ModelMBeanAttributeInfo Fields">
    61  * <tr><th>Name</th><th>Type</th><th>Meaning</th></tr>
    61  * <tr><th>Name</th><th>Type</th><th>Meaning</th></tr>
    62  * <tr><td>name</td><td>String</td>
    62  * <tr><td>name</td><td>String</td>
    63  *     <td>Attribute name.</td></tr>
    63  *     <td>Attribute name.</td></tr>
    64  * <tr><td>descriptorType</td><td>String</td>
    64  * <tr><td>descriptorType</td><td>String</td>
    65  *     <td>Must be "attribute".</td></tr>
    65  *     <td>Must be "attribute".</td></tr>