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

E10663-11

oracle.rules.sdk2.dictionary
Class TableProperty<T extends DictionaryComponent>

java.lang.Object
  extended by oracle.rules.sdk2.dictionary.DictionaryProperty<DictionaryComponentTable<T>>
      extended by oracle.rules.sdk2.dictionary.TableProperty<T>
Type Parameters:
T -
All Implemented Interfaces:
java.io.Serializable

public class TableProperty<T extends DictionaryComponent>
extends DictionaryProperty<DictionaryComponentTable<T>>

A TableProperty is a DictionaryProperty whose value is a DictionaryComponentTable. In other words, the value of a table property is a table (List) of dictionary components.

See Also:
Serialized Form

Nested Class Summary
static class TableProperty.Diff<T extends DictionaryComponent>
           
 
Nested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty
DictionaryProperty.DiffType
 
Method Summary
 java.util.List<T> getDiffValue()
          Get the value of the table property as a list that includes elements that were added by diffs.
 
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryProperty
getDiff, getDiffs, getName, getValue, hasDiff
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDiffValue

public java.util.List<T> getDiffValue()
Get the value of the table property as a list that includes elements that were added by diffs.

Returns:
List of elements of type T

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

E10663-11

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