org.jpox.sco
Interface SCOCollection
- All Superinterfaces:
- SCO, SCOContainer
- All Known Subinterfaces:
- SCOList
- All Known Implementing Classes:
- ArrayList, ArrayList, Collection, Collection, HashSet, HashSet, LinkedHashSet, LinkedHashSet, LinkedList, LinkedList, List, List, PriorityQueue, PriorityQueue, Queue, Queue, Set, Set, SortedSet, SortedSet, Stack, Stack, TreeSet, TreeSet, Vector, Vector
public interface SCOCollection
- extends SCOContainer
Representation of a wrapper for a mutable Collection SCO type supported by JPOX.
- Version:
- $Revision: 1.8 $
|
Method Summary |
boolean |
remove(java.lang.Object element,
boolean allowCascadeDelete)
Method to remove an element from the collection, and observe the flag for whether to allow cascade delete. |
void |
updateEmbeddedElement(java.lang.Object element,
int fieldNumber,
java.lang.Object value)
Method to update an embedded element stored in the collection |
updateEmbeddedElement
void updateEmbeddedElement(java.lang.Object element,
int fieldNumber,
java.lang.Object value)
- Method to update an embedded element stored in the collection
- Parameters:
element - The elementfieldNumber - Number of field in the elementvalue - th enew value for this field
remove
boolean remove(java.lang.Object element,
boolean allowCascadeDelete)
- Method to remove an element from the collection, and observe the flag for whether to allow cascade delete.
- Parameters:
element - The elementallowCascadeDelete - Whether to allow cascade delete
- Returns:
- Whether the element was removed
Copyright © -2008 . All Rights Reserved.