< prev index next >

src/java.management/share/classes/javax/management/openmbean/OpenMBeanAttributeInfoSupport.java

Print this page

        

*** 112,122 **** * * @param isWritable {@code true} if the attribute has a setter * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the ! * form <tt>is<i>XXX</i></tt>. * * @throws IllegalArgumentException if {@code name} or {@code * description} are null or empty string, or {@code openType} is * null. */ --- 112,122 ---- * * @param isWritable {@code true} if the attribute has a setter * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the ! * form <code>is<i>XXX</i></code>. * * @throws IllegalArgumentException if {@code name} or {@code * description} are null or empty string, or {@code openType} is * null. */
*** 152,162 **** * * @param isWritable {@code true} if the attribute has a setter * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the ! * form <tt>is<i>XXX</i></tt>. * * @param descriptor The descriptor for the attribute. This may be null * which is equivalent to an empty descriptor. * * @throws IllegalArgumentException if {@code name} or {@code --- 152,162 ---- * * @param isWritable {@code true} if the attribute has a setter * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the ! * form <code>is<i>XXX</i></code>. * * @param descriptor The descriptor for the attribute. This may be null * which is equivalent to an empty descriptor. * * @throws IllegalArgumentException if {@code name} or {@code
*** 219,229 **** * * @param isWritable {@code true} if the attribute has a setter * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the ! * form <tt>is<i>XXX</i></tt>. * * @param defaultValue must be a valid value for the {@code * openType} specified for this attribute; default value not * supported for {@code ArrayType} and {@code TabularType}; can * be null, in which case it means that no default value is set. --- 219,229 ---- * * @param isWritable {@code true} if the attribute has a setter * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the ! * form <code>is<i>XXX</i></code>. * * @param defaultValue must be a valid value for the {@code * openType} specified for this attribute; default value not * supported for {@code ArrayType} and {@code TabularType}; can * be null, in which case it means that no default value is set.
*** 276,286 **** * * @param isWritable {@code true} if the attribute has a setter * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the ! * form <tt>is<i>XXX</i></tt>. * * @param defaultValue must be a valid value * for the {@code * openType} specified for this attribute; default value not * supported for {@code ArrayType} and {@code TabularType}; can --- 276,286 ---- * * @param isWritable {@code true} if the attribute has a setter * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the ! * form <code>is<i>XXX</i></code>. * * @param defaultValue must be a valid value * for the {@code * openType} specified for this attribute; default value not * supported for {@code ArrayType} and {@code TabularType}; can
*** 343,353 **** * * @param isWritable {@code true} if the attribute has a setter * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the ! * form <tt>is<i>XXX</i></tt>. * * @param defaultValue must be a valid value for the {@code * openType} specified for this attribute; default value not * supported for {@code ArrayType} and {@code TabularType}; can be * null, in which case it means that no default value is set. --- 343,353 ---- * * @param isWritable {@code true} if the attribute has a setter * exposed for management. * * @param isIs {@code true} if the attribute's getter is of the ! * form <code>is<i>XXX</i></code>. * * @param defaultValue must be a valid value for the {@code * openType} specified for this attribute; default value not * supported for {@code ArrayType} and {@code TabularType}; can be * null, in which case it means that no default value is set.
< prev index next >