jdk/src/share/classes/javax/management/openmbean/TabularType.java
changeset 24368 2b4801b94265
parent 23010 6dadb192ad81
equal deleted inserted replaced
24367:705490680527 24368:2b4801b94265
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    73      * The validity constraints are described below for each parameter.
    73      * The validity constraints are described below for each parameter.
    74      * <p>
    74      * <p>
    75      * The Java class name of tabular data values this tabular type represents
    75      * The Java class name of tabular data values this tabular type represents
    76      * (ie the class name returned by the {@link OpenType#getClassName() getClassName} method)
    76      * (ie the class name returned by the {@link OpenType#getClassName() getClassName} method)
    77      * is set to the string value returned by <code>TabularData.class.getName()</code>.
    77      * is set to the string value returned by <code>TabularData.class.getName()</code>.
    78      * <p>
    78      *
    79      * @param  typeName  The name given to the tabular type this instance represents; cannot be a null or empty string.
    79      * @param  typeName  The name given to the tabular type this instance represents; cannot be a null or empty string.
    80      * <br>&nbsp;
    80      * <br>&nbsp;
    81      * @param  description  The human readable description of the tabular type this instance represents;
    81      * @param  description  The human readable description of the tabular type this instance represents;
    82      *                      cannot be a null or empty string.
    82      *                      cannot be a null or empty string.
    83      * <br>&nbsp;
    83      * <br>&nbsp;