Searched defs:TabularType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DTabularType.java42 * The <code>TabularType</code> class is the <i> open type</i> class
47 public class TabularType extends OpenType<TabularData> { class in inherits:OpenType
72 * Constructs a <code>TabularType</code> instance, checking for the validity of the given parameters.
104 public TabularType(String typeName, method in class:TabularType
179 * described by this <code>TabularType</code> instance.
192 * tabular data values described by this <code>TabularType</code>
206 * described by this <code>TabularType</code> instance.
214 * td}, the result is true if this {@code TabularType} is
220 * compatibility with this <code>TabularType</code> instance.
235 TabularType valueTyp
[all...]

Completed in 52 milliseconds