org.sonar.plugins.design.ui.page.client
Class DsmData.Row

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.sonar.plugins.design.ui.page.client.DsmData.Row
Enclosing class:
DsmData

public static class DsmData.Row
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected DsmData.Row()
           
 
Method Summary
 DsmData.Cell getCell(int col)
           
 String getId()
           
 String getName()
           
 String getQualifier()
           
 int getWeight(int col)
           
 int size()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DsmData.Row

protected DsmData.Row()
Method Detail

getId

public final String getId()

getName

public final String getName()

getQualifier

public final String getQualifier()

getCell

public final DsmData.Cell getCell(int col)

size

public final int size()

getWeight

public final int getWeight(int col)


Copyright © 2009-2012 SonarSource. All Rights Reserved.