站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Cell (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.client.decisiontable.model
Class Cell

java.lang.Object
  extended by org.drools.brms.client.decisiontable.model.Cell

public class Cell
extends Object


Method Summary
 int getColspan()
           
 Column getColumn()
           
 int getColumnIndex()
           
 Row getRow()
           
 int getRowIndex()
           
 int getRowspan()
           
 String getValue()
           
 void setColspan(int colspan)
           
 void setRow(Row row)
           
 void setRowspan(int rowspan)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

setValue

public void setValue(String value)

getRowIndex

public int getRowIndex()

getColumnIndex

public int getColumnIndex()

getRow

public Row getRow()

setRow

public void setRow(Row row)

getRowspan

public int getRowspan()

setRowspan

public void setRowspan(int rowspan)

getColspan

public int getColspan()

getColumn

public Column getColumn()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object

setColspan

public void setColspan(int colspan)


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.