public class Anchor extends Subitem
Property is anchored to a TestObject in a
FindObjectsByPropertySet call, only direct descendants of the
TestObject are searched.| Constructor and Description |
|---|
Anchor(boolean anchored,
Property[] properties)
Creates an anchored (or unanchored)
Property set. |
| Modifier and Type | Method and Description |
|---|---|
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() |
public Anchor(boolean anchored,
Property[] properties)
Property set.anchored - true if the properties should be anchoredproperties - the Property arraypublic boolean getAnchored()
TestObject.true if the properties are anchored.public Property[] getProperties()
Property arraypublic java.lang.String toString()
toString in class java.lang.Object