Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1)

E10663-02


oracle.rules.rl
Interface XLink


public interface XLink

Link objects asserted by assertXPath or assertTree with their parent.


Method Summary
 java.lang.Object getElement()
          Returns the object.
 java.lang.String getName()
          Returns the Java name of the object.
 java.lang.Object getParent()
          Returns the parent of the object.
 boolean isSelected()
          Internal use only.
 boolean samePath(XLink l2)
          Internal use only.

 

Method Detail

getElement

java.lang.Object getElement()
Returns the object.
Returns:
the object.

getName

java.lang.String getName()
Returns the Java name of the object.
Returns:
the object.

getParent

java.lang.Object getParent()
Returns the parent of the object.
Returns:
the object.

isSelected

boolean isSelected()
Internal use only. Not applicable with assertTree.

samePath

boolean samePath(XLink l2)
Internal use only. Not applicable with assertTree.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1)

E10663-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.