Skip navigation links

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

E10663-05


oracle.rules.rl.trace
Class PropertyValue

java.lang.Object
  extended by oracle.rules.rl.trace.PropertyValue

All Implemented Interfaces:
java.io.Serializable

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

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.

See Also:
Serialized Form

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

PropertyValue

public PropertyValue()

Method Detail

getFactId

public java.lang.Integer getFactId()
Gets the value of the factId property.
Returns:
possible object is Integer

setFactId

public void setFactId(java.lang.Integer value)
Sets the value of the factId property.
Parameters:
value - allowed object is Integer

getString

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

setString

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

getBeanObject

public BeanObject getBeanObject()
Gets the value of the beanObject property.
Returns:
possible object is BeanObject

setBeanObject

public void setBeanObject(BeanObject value)
Sets the value of the beanObject property.
Parameters:
value - allowed object is BeanObject

getArray

public ArrayValue getArray()
Gets the value of the array property.
Returns:
possible object is ArrayValue

setArray

public void setArray(ArrayValue value)
Sets the value of the array property.
Parameters:
value - allowed object is ArrayValue

getCollection

public CollectionValue getCollection()
Gets the value of the collection property.
Returns:
possible object is CollectionValue

setCollection

public void setCollection(CollectionValue value)
Sets the value of the collection property.
Parameters:
value - allowed object is CollectionValue

Skip navigation links

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

E10663-05


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