|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatapoolCell
An element of a record
within a datapool. Each cell contains a reference to the variable
that
it is referenced by along with the actual value the cell represents.
There are a series of convienence methods for accessing the associated
value as a specific type, such as a String
or an int
.
Method Summary | |
---|---|
java.lang.Object |
getClonedCellValue()
Clones the value associated with the cell. |
java.lang.String |
getPersistedRepresentation()
The unprocessed string representation of the cell is returned. |
void |
setCellValue(java.lang.Object value)
Replace the value associated with the cell. |
void |
setPersistedRepresentation(java.lang.String value)
Replace the unprocessed persisted string representation. |
void |
setVariable(IDatapoolVariable variable)
Defines the variable that is used to reference this cell within a record . |
Methods inherited from interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolCell |
---|
getBooleanValue, getByteValue, getCellRecord, getCellValue, getCellVariable, getCharValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue |
Method Detail |
---|
void setVariable(IDatapoolVariable variable)
variable
that is used to reference this cell within a record
.
variable
- The variable
will be used to reference this cell within a record
.void setPersistedRepresentation(java.lang.String value)
value
- The value to be associated with this cell.#getRawValue()
java.lang.String getPersistedRepresentation()
#setRawValue()
void setCellValue(java.lang.Object value)
value
- The value to be associated with this cell.IDatapoolCell.getCellValue()
java.lang.Object getClonedCellValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |