org.jpox.sco
Interface SCOCollection

All Superinterfaces:
SCO
All Known Subinterfaces:
SCOList
All Known Implementing Classes:
ArrayList, Collection, HashSet, LinkedHashSet, LinkedList, List, Set, SortedSet, Stack, TreeSet, Vector

public interface SCOCollection
extends SCO

Representation of a wrapper for a mutable Collection SCO type supported by JPOX.

Version:
$Revision: 1.6 $

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
 
Methods inherited from interface org.jpox.sco.SCO
attachCopy, clone, detach, detachCopy, getFieldName, getOwner, makeTransient, runReachability, setValueFrom, unsetOwner
 

Method Detail

updateEmbeddedElement

public 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 element
fieldNumber - Number of field in the element
value - th enew value for this field

getElementType

public java.lang.Class getElementType()
Accessor for the element type contained in this collection.

Returns:
The element type


Copyright © -2007 . All Rights Reserved.