Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.rl
Class RLObject

java.lang.Object
  extended byoracle.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.
Returns:
String

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.