Scenario

Inheritance: java.lang.Object

public class Scenario

Represents an individual scenario.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.lang.String

setHidden(boolean value)

public void setHidden(boolean value)

Indicates whether scenario is hidden.

Parameters:

ParameterTypeDescription
valueboolean

setLocked(boolean value)

public void setLocked(boolean value)

Indicates whether scenario is locked for editing when the sheet is protected.

Parameters:

ParameterTypeDescription
valueboolean

setName(String value)

public void setName(String value)

Sets the name of scenario.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int