|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.additionalInfo.AdditionalInfoFixedTable
public class AdditionalInfoFixedTable
Additional info for a parameter representing a fixed table
Constructor Summary | |
---|---|
AdditionalInfoFixedTable(java.lang.String[] sCols,
int iRows,
boolean bIsNumberOfRowsFixed)
Constructor |
Method Summary | |
---|---|
java.lang.String[] |
getCols()
Returns an array with column names |
int |
getColsCount()
Returns the number of columns |
int |
getRowsCount()
Returns the number of rows |
java.lang.String |
getTextDescription()
|
boolean |
isNumberOfRowsFixed()
Returns whether the number of rows is fixed or not |
void |
setCols(java.lang.String[] sCols)
Sets the name of the columns |
void |
setIsNumberOfRowsFixed(boolean bIsNumberOfRowsFixed)
Sets whether the number of rows is fixed or not |
void |
setRows(int iRows)
Sets the number of rows |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdditionalInfoFixedTable(java.lang.String[] sCols, int iRows, boolean bIsNumberOfRowsFixed)
sCols
- the number of columnsiRows
- the number of rowsbIsNumberOfRowsFixed
- true if the number of
rows cannot be modifiedMethod Detail |
---|
public int getColsCount()
public java.lang.String[] getCols()
public void setCols(java.lang.String[] sCols)
sCols
- an array with column namespublic int getRowsCount()
public void setRows(int iRows)
iRows
- the newn umber of rowspublic boolean isNumberOfRowsFixed()
public void setIsNumberOfRowsFixed(boolean bIsNumberOfRowsFixed)
bIsNumberOfRowsFixed
- True if the number
of rows cannot be modifiedpublic java.lang.String getTextDescription()
getTextDescription
in interface AdditionalInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |