public class Scenario
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getComment() | |
void | setComment(java.lang.Stringvalue) | |
Gets and sets the comment of scenario. | ||
ScenarioInputCellCollection | getInputCells() | |
Gets the input cells of scenario.
|
||
boolean | isHidden() | |
void | setHidden(booleanvalue) | |
Indicates whether scenario is hidden. | ||
boolean | isLocked() | |
void | setLocked(booleanvalue) | |
Indicates whether scenario is locked for editing when the sheet is protected. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
Gets and sets the name of scenario. | ||
java.lang.String | getUser() | |
Gets name of user who last changed the scenario.
|
public java.lang.String getComment() / public void setComment(java.lang.String value)
public java.lang.String getName() / public void setName(java.lang.String value)
public java.lang.String getUser()
public boolean isHidden() / public void setHidden(boolean value)
public boolean isLocked() / public void setLocked(boolean value)
public ScenarioInputCellCollection getInputCells()