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. |
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 atelement
- The elementallowDependentField
- Whether to allow dependent-field deletes
- Returns:
- The previous object at this position
Copyright © -2007 . All Rights Reserved.