|
Hyades Datapool Specification | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
getRawValue()
The unprocessed value associated with the cell is returned. |
void |
setValue(java.lang.Object value)
Replace the value associated with this cell. |
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, getCharValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getValue, getVariable |
Method Detail |
public 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
.public void setValue(java.lang.Object value)
value
- The value to be associated with this cell.IDatapoolCell.getValue()
public java.lang.Object getRawValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |