| org.jpox.sco.SCOMap
All known Subclasses: org.jpox.sco.simple.HashMap, org.jpox.sco.Map, org.jpox.sco.SortedMap, org.jpox.sco.Properties, org.jpox.sco.simple.Properties, org.jpox.sco.Hashtable, org.jpox.sco.simple.Hashtable, org.jpox.sco.simple.TreeMap, org.jpox.sco.LinkedHashMap, org.jpox.sco.simple.Map, org.jpox.sco.TreeMap, org.jpox.sco.simple.SortedMap, org.jpox.sco.HashMap, org.jpox.sco.simple.LinkedHashMap,
SCOMap | public interface SCOMap extends SCOContainer(Code) | | Representation of a wrapper for a mutable Map SCO type supported by JPOX.
version: $Revision: 1.5 $ |
updateEmbeddedKey | public void updateEmbeddedKey(Object key, int fieldNumber, Object newValue)(Code) | | Method to update an embedded key stored in the map.
Parameters: key - The key Parameters: fieldNumber - Number of field in the element Parameters: newValue - the new value for this field |
updateEmbeddedValue | public void updateEmbeddedValue(Object value, int fieldNumber, Object newValue)(Code) | | Method to update an embedded value stored in the map.
Parameters: value - The value Parameters: fieldNumber - Number of field in the element Parameters: newValue - the new value for this field |
|
|