Skip navigation links

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

E10663-08


oracle.rules.rl.trace
Class RuleCompilationTrace

java.lang.Object
  extended by oracle.rules.rl.trace.TraceEntry
      extended by oracle.rules.rl.trace.RuleCompilationTrace

All Implemented Interfaces:
java.io.Serializable

public class RuleCompilationTrace
extends TraceEntry
implements java.io.Serializable

Java class for rule-compilation-trace complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="rule_compilation_trace">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/rules/decisiontrace}trace-entry">
       <sequence>
         <element name="rule_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="compilation" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
RuleCompilationTrace()
           

 

Method Summary
 java.lang.String getCompilation()
          Gets the value of the compilation property.
 java.lang.String getRuleName()
          Gets the value of the ruleName property.
 void setCompilation(java.lang.String value)
          Sets the value of the compilation property.
 void setRuleName(java.lang.String value)
          Sets the value of the ruleName property.

 

Methods inherited from class oracle.rules.rl.trace.TraceEntry
getInRule, getTimestamp, setInRule, setTimestamp

 

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

 

Constructor Detail

RuleCompilationTrace

public RuleCompilationTrace()

Method Detail

getRuleName

public java.lang.String getRuleName()
Gets the value of the ruleName property.
Returns:
possible object is String

setRuleName

public void setRuleName(java.lang.String value)
Sets the value of the ruleName property.
Parameters:
value - allowed object is String

getCompilation

public java.lang.String getCompilation()
Gets the value of the compilation property.
Returns:
possible object is String

setCompilation

public void setCompilation(java.lang.String value)
Sets the value of the compilation property.
Parameters:
value - allowed object is String

Skip navigation links

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

E10663-08


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