org.jpox.sco
Interface SCOMap

All Superinterfaces:
SCO
All Known Implementing Classes:
HashMap, Hashtable, LinkedHashMap, Map, Properties, SortedMap, TreeMap

public interface SCOMap
extends SCO

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

Version:
$Revision: 1.4 $

Method Summary
 void updateEmbeddedKey(java.lang.Object key, int fieldNumber, java.lang.Object newValue)
          Method to update an embedded key stored in the map.
 void updateEmbeddedValue(java.lang.Object value, int fieldNumber, java.lang.Object newValue)
          Method to update an embedded value stored in the map.
 
Methods inherited from interface org.jpox.sco.SCO
attachCopy, clone, detach, detachCopy, getFieldName, getOwner, makeTransient, runReachability, setValueFrom, unsetOwner
 

Method Detail

updateEmbeddedKey

public void updateEmbeddedKey(java.lang.Object key,
                              int fieldNumber,
                              java.lang.Object newValue)
Method to update an embedded key stored in the map.

Parameters:
key - The key
fieldNumber - Number of field in the element
newValue - the new value for this field

updateEmbeddedValue

public void updateEmbeddedValue(java.lang.Object value,
                                int fieldNumber,
                                java.lang.Object newValue)
Method to update an embedded value stored in the map.

Parameters:
value - The value
fieldNumber - Number of field in the element
newValue - the new value for this field


Copyright © -2007 . All Rights Reserved.