@StableMinor(version="12.3", sinceVersion="4.0") public class SourceData extends AbstractSourceData
ISourceData
. This implementation
has a internal HashMap
to store the values. It assumes that the data
key is equals to a source's field id.Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
dataMap
The internal data Map that the call are delegated to.
|
source
Constructor and Description |
---|
SourceData()
Creates a source data without source associated.
|
SourceData(Source source)
Creates a source data associated with the given source.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
Object |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
convertValue, get, getValueClass, putAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public SourceData(Source source)
source
- the source that this data will belong to.public SourceData()
source
- the source that this data will belong to.public void clear()
public boolean containsKey(Object key)
public boolean containsValue(Object value)
public boolean isEmpty()
public int size()
public Collection<Object> values()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.