org.jpox.sco
Interface SCOList

All Superinterfaces:
SCO, SCOCollection
All Known Implementing Classes:
ArrayList, LinkedList, List, Stack, Vector

public interface SCOList
extends SCOCollection

Representation of a wrapper for a mutable List SCO type supported by JPOX.

Version:
$Revision: 1.4 $

Method Summary
 java.lang.Object set(int index, java.lang.Object element, boolean allowDependentField)
          Overload the basic List set() method to allow turning off of the dependent-field deletion process.
 
Methods inherited from interface org.jpox.sco.SCOCollection
getElementType, updateEmbeddedElement
 
Methods inherited from interface org.jpox.sco.SCO
attachCopy, clone, detach, detachCopy, getFieldName, getOwner, makeTransient, runReachability, setValueFrom, unsetOwner
 

Method Detail

set

public java.lang.Object set(int index,
                            java.lang.Object element,
                            boolean allowDependentField)
Overload the basic List set() method to allow turning off of the dependent-field deletion process.

Parameters:
index - The index to set the element at
element - The element
allowDependentField - Whether to allow dependent-field deletes
Returns:
The previous object at this position


Copyright © -2007 . All Rights Reserved.