org.jpox.sco
Interface SCOCollection
- All Superinterfaces:
- SCO, SCOContainer
- All Known Subinterfaces:
- SCOList
- All Known Implementing Classes:
- ArrayList, Collection, HashSet, LinkedHashSet, LinkedList, List, PriorityQueue, Queue, Set, SortedSet, Stack, TreeSet, Vector
public interface SCOCollection
- extends SCOContainer
Representation of a wrapper for a mutable Collection SCO type supported by JPOX.
- Version:
- $Revision: 1.7 $
|
Method Summary |
java.lang.Class |
getElementType()
Accessor for the element type contained in this collection. |
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
getElementType
java.lang.Class getElementType()
- Accessor for the element type contained in this collection.
- Returns:
- The element type
Copyright © -2008 . All Rights Reserved.