public class Cell
extends java.lang.Object
| Constructor and Description | 
|---|
| Cell(XBRLTableLayout tbl,
    int columnNumber,
    int rowNumber,
    java.util.Collection<java.lang.Object> members,
    int use)Instantiates a new cell. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()Clear. | 
| java.lang.String | getCellComments()Prepares a text representation of the cell with comments. | 
| int | getColumnNumber()Gets the column number. | 
| java.util.Collection<java.lang.Object> | getMembers()Returns a collection of Member pairs that can be used universally (in RS API) to search for facts according
 with the fact characteristics. | 
| int | getRowNumber()Gets the row number. | 
| int | getUse()Gets the use. | 
| java.lang.String | toString()To string. | 
public Cell(XBRLTableLayout tbl, int columnNumber, int rowNumber, java.util.Collection<java.lang.Object> members, int use)
tbl - the tblcolumnNumber - the column numberrowNumber - the row numbermembers - the membersuse - the usepublic int getColumnNumber()
public int getRowNumber()
public int getUse()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Collection<java.lang.Object> getMembers()
public java.lang.String getCellComments()
public void clear()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa