|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.rules.rl.trace.TraceEntry
oracle.rules.rl.trace.RuleCompilationTrace
public class RuleCompilationTrace
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>
| 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 |
|---|
public RuleCompilationTrace()
| Method Detail |
|---|
public java.lang.String getRuleName()
Stringpublic void setRuleName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompilation()
Stringpublic void setCompilation(java.lang.String value)
value - allowed object is
String
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||