|
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 |
java.lang.Object com.rational.test.ft.script.Subitem com.rational.test.ft.script.Anchor
public class Anchor
A container class that indicates whether the inner property set is anchored.
For example, if a Property
is anchored to a TestObject
in a
FindObjectsByPropertySet
call, only direct descendants of the
TestObject
are searched.
Constructor Summary | |
---|---|
Anchor(boolean anchored, Property[] properties)
Creates an anchored (or unanchored) Property set. |
Method Summary | |
---|---|
boolean |
getAnchored()
Determines whether the properties are anchored to the TestObject . |
Property[] |
getProperties()
Gets the properties that should be anchored or not anchored. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Anchor(boolean anchored, Property[] properties)
Property
set.
anchored
- true
if the properties should be anchoredproperties
- the Property
arrayMethod Detail |
---|
public boolean getAnchored()
TestObject
.
true
if the properties are anchored.public Property[] getProperties()
Property
arraypublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |