K - Key type of the mapV - Value type of the mappublic interface SCOMap<T,K,V> extends SCOContainer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
updateEmbeddedKey(K key,
int fieldNumber,
Object newValue,
boolean makeDirty)
Method to update an embedded key stored in the map.
|
void |
updateEmbeddedValue(V value,
int fieldNumber,
Object newValue,
boolean makeDirty)
Method to update an embedded value stored in the map.
|
isLoaded, load, setValueattachCopy, clone, detachCopy, getFieldName, getOwner, getValue, initialise, initialise, initialise, unsetOwnervoid updateEmbeddedKey(K key, int fieldNumber, Object newValue, boolean makeDirty)
key - The keyfieldNumber - Number of field in the elementnewValue - the new value for this fieldmakeDirty - Whether to make the SCO field dirty.void updateEmbeddedValue(V value, int fieldNumber, Object newValue, boolean makeDirty)
value - The valuefieldNumber - Number of field in the elementnewValue - the new value for this fieldmakeDirty - Whether to make the SCO field dirty.Copyright © 2016. All rights reserved.