ScenarioInputCell

Inheritance: java.lang.Object

public class ScenarioInputCell

Represents input cell for the scenario.

Methods

MethodDescription
equals(Object arg0)
getClass()
getColumn()Gets the column index of the input cell.
getName()Gets the input cell address.
getRow()Gets the row index of the input cell.
getValue()Gets value of the input cell.
hashCode()
isDeleted()Indicates whether input cell is deleted.
notify()
notifyAll()
setDeleted(boolean value)Indicates whether input cell is deleted.
setValue(String value)Sets value of the input cell.
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

getColumn()

public int getColumn()

Gets the column index of the input cell.

Returns: int

getName()

public String getName()

Gets the input cell address.

Returns: java.lang.String

getRow()

public int getRow()

Gets the row index of the input cell.

Returns: int

getValue()

public String getValue()

Gets value of the input cell.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

isDeleted()

public boolean isDeleted()

Indicates whether input cell is deleted.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDeleted(boolean value)

public void setDeleted(boolean value)

Indicates whether input cell is deleted.

Parameters:

ParameterTypeDescription
valueboolean

setValue(String value)

public void setValue(String value)

Sets value of the input cell.

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