|
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 ITestDataElement
Encapsulates a generic element used in an ITestDataList
.
You should not use this interface directly outside the context of a list. You can access similar functionality by directly using the ITestData
interface and specifying a property with an appropriate masking setting.
Method Summary | |
---|---|
java.lang.Object |
getElement()
Returns an element of a list
or set-test data container. |
boolean |
getMasked()
Returns true if the associated element should be masked from comparison operations of the containing-list data. |
void |
setElement(java.lang.Object element)
Sets an element of a list
or set-test data container. |
void |
setMasked(boolean masked)
Specifies whether the associated element should be masked from comparison operations of the containing-list data. |
Method Detail |
---|
java.lang.Object getElement()
list
or set-test data container. The resulting object is of a known type, either a primitive type or a type with a value-class
association.
void setElement(java.lang.Object element)
list
or set-test data container. The supplied object must be of a known type, either a primitive type or one that has a value class
association.
boolean getMasked()
true
if the associated element should be masked from comparison operations of the containing-list data.
void setMasked(boolean masked)
masked
- true
if this element should be ignored by
comparison operations against the containing list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |