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 ArrayValue

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for array-value complex type.

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

 <complexType name="array_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
ArrayValue()
           

 

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

ArrayValue

public ArrayValue()

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.6.2)

E10663-08


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