Searched refs:getTabularType (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DTabularData.java57 public TabularType getTabularType(); method in interface:TabularData
152 * <tt>this.getTabularType().{@link TabularType#getRowType
H A DTabularDataSupport.java172 public TabularType getTabularType() { method in class:TabularDataSupport
717 if ( ! this.getTabularType().equals(other.getTabularType()) ) {
H A DTabularType.java215 * <em>assignable from</em> {@link TabularData#getTabularType()
216 * td.getTabularType()}, as defined in {@link
235 TabularType valueType = value.getTabularType();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXOpenTypeViewer.java278 type = tabular.getTabularType();
619 TabularType tt = tda[0].getTabularType();
636 TabularType tt = tda[0].getTabularType();
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanTest.java383 gotTabular.getTabularType());

Completed in 48 milliseconds