Scenario
Inheritance: java.lang.Object
public class Scenario
Represents an individual scenario.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getComment() | Gets the comment of scenario. |
getInputCells() | Gets the input cells of scenario. |
getName() | Gets the name of scenario. |
getUser() | Gets name of user who last changed the scenario. |
hashCode() | |
isHidden() | Indicates whether scenario is hidden. |
isLocked() | Indicates whether scenario is locked for editing when the sheet is protected. |
notify() | |
notifyAll() | |
setComment(String value) | Sets the comment of scenario. |
setHidden(boolean value) | Indicates whether scenario is hidden. |
setLocked(boolean value) | Indicates whether scenario is locked for editing when the sheet is protected. |
setName(String value) | Sets the name of scenario. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getComment()
public String getComment()
Gets the comment of scenario.
Returns: java.lang.String
getInputCells()
public ScenarioInputCellCollection getInputCells()
Gets the input cells of scenario.
Returns: ScenarioInputCellCollection
getName()
public String getName()
Gets the name of scenario.
Returns: java.lang.String
getUser()
public String getUser()
Gets name of user who last changed the scenario.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
isHidden()
public boolean isHidden()
Indicates whether scenario is hidden.
Returns: boolean
isLocked()
public boolean isLocked()
Indicates whether scenario is locked for editing when the sheet is protected.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setComment(String value)
public void setComment(String value)
Sets the comment of scenario.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setHidden(boolean value)
public void setHidden(boolean value)
Indicates whether scenario is hidden.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setLocked(boolean value)
public void setLocked(boolean value)
Indicates whether scenario is locked for editing when the sheet is protected.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setName(String value)
public void setName(String value)
Sets the name of scenario.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |