|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCOList
Representation of a wrapper for a mutable List SCO type supported by JPOX.
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 |
---|
java.lang.Object set(int index, java.lang.Object element, boolean allowDependentField)
index
- The index to set the element atelement
- The elementallowDependentField
- Whether to allow dependent-field deletes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |