public class Setting extends Object
| Constructor and Description |
|---|
Setting(int row,
int col,
Integer value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColNo()
Returns the column number.
|
int |
getRowNo()
Returns the row number.
|
Integer |
getValue()
Returns the value.
|
public Setting(int row,
int col,
Integer value)
row - the row number of the Cell to setcol - the column number of the Cell to setvalue - the value to setpublic int getRowNo()
public int getColNo()
public Integer getValue()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.