Skip navigation links

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

E10663-02


oracle.rules.rl
Class RLObject

java.lang.Object
  extended by oracle.rules.rl.RLObject

All Implemented Interfaces:
java.io.Serializable

public class RLObject
extends java.lang.Object
implements java.io.Serializable

Part of reflection API for RL classes.

See Also:
Object, Serialized Form

Method Summary
 RLClass getRLClass()
          Get the RLClass of this RLObject.
 java.lang.String toString()
          Convert this RLObject to a String.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Method Detail

getRLClass

public RLClass getRLClass()
Get the RLClass of this RLObject.
Returns:
RLClass

toString

public java.lang.String toString()
Convert this RLObject to a String. Prints deep structure of networks of RLObjects. Handles cycles and arrays.
Overrides:
toString in class java.lang.Object
Returns:
String

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.