| org.jpox.sco.SCOList
All known Subclasses: org.jpox.sco.simple.Stack, org.jpox.sco.LinkedList, org.jpox.sco.simple.List, org.jpox.sco.ArrayList, org.jpox.sco.List, org.jpox.sco.Stack, org.jpox.sco.simple.LinkedList, org.jpox.sco.Vector, org.jpox.sco.simple.Vector, org.jpox.sco.simple.ArrayList,
SCOList | public interface SCOList extends SCOCollection(Code) | | Representation of a wrapper for a mutable List SCO type supported by JPOX.
version: $Revision: 1.4 $ |
Method Summary | |
public Object | set(int index, Object element, boolean allowDependentField) Overload the basic List set() method to allow turning off of the dependent-field
deletion process. |
set | public Object set(int index, Object element, boolean allowDependentField)(Code) | | 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 Parameters: element - The element Parameters: allowDependentField - Whether to allow dependent-field deletes The previous object at this position |
|
|