|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.rl.trace.PropertyValue
public class PropertyValue
The value of a bean-property. A property value can be one of the alternatives listed below and only that one will be non-null.
Strings.RuleEngineState using the fact ID when analyzing the trace.List in the trace.List in the trace.| Constructor Summary | |
|---|---|
PropertyValue() |
|
| Method Summary | |
|---|---|
ArrayValue |
getArray()Gets the value of the array property. |
BeanObject |
getBeanObject()Gets the value of the beanObject property. |
CollectionValue |
getCollection()Gets the value of the collection property. |
java.lang.Integer |
getFactId()Gets the value of the factId property. |
java.lang.String |
getString()Gets the value of the string property. |
void |
setArray(ArrayValue value)Sets the value of the array property. |
void |
setBeanObject(BeanObject value)Sets the value of the beanObject property. |
void |
setCollection(CollectionValue value)Sets the value of the collection property. |
void |
setFactId(java.lang.Integer value)Sets the value of the factId property. |
void |
setString(java.lang.String value)Sets the value of the string property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyValue()
| Method Detail |
|---|
public java.lang.Integer getFactId()
Integerpublic void setFactId(java.lang.Integer value)
value - allowed object is Integerpublic java.lang.String getString()
Stringpublic void setString(java.lang.String value)
value - allowed object is Stringpublic BeanObject getBeanObject()
BeanObjectpublic void setBeanObject(BeanObject value)
value - allowed object is BeanObjectpublic ArrayValue getArray()
ArrayValuepublic void setArray(ArrayValue value)
value - allowed object is ArrayValuepublic CollectionValue getCollection()
CollectionValuepublic void setCollection(CollectionValue value)
value - allowed object is CollectionValue
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||