Skip navigation links

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

E10663-03


oracle.rules.rl.trace
Class CollectionValue

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for collection-value complex type.

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

 <complexType name="collection_value">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="values" type="{http://xmlns.oracle.com/rules/decisiontrace}property-value" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
CollectionValue()
           

 

Method Summary
 java.util.List<PropertyValue> getValues()
          Gets the value of the values property.

 

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

 

Constructor Detail

CollectionValue

public CollectionValue()

Method Detail

getValues

public java.util.List<PropertyValue> getValues()
Gets the value of the values property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the values property.

For example, to add a new item, do as follows:

    getValues().add(newItem);
 

Objects of the following type(s) are allowed in the list PropertyValue


Skip navigation links

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

E10663-03


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