public class ScenarioInputCell
Property Getters/Setters Summary | ||
---|---|---|
int | getColumn() | |
Gets and sets the column index of the input cell.
|
||
boolean | isDeleted() | |
void | setDeleted(booleanvalue) | |
Indiciates whether input cell is deleted. | ||
java.lang.String | getName() | |
Gets and sets the input cell address.
|
||
int | getRow() | |
Gets and sets the row index of the input cell.
|
||
java.lang.String | getValue() | |
void | setValue(java.lang.Stringvalue) | |
Gets and sets value of the input cell. |
public int getRow()
public int getColumn()
public java.lang.String getName()
public java.lang.String getValue() / public void setValue(java.lang.String value)
public boolean isDeleted() / public void setDeleted(boolean value)