public class QuerySourceValues extends Hashtable<IQuerySource,Map<Integer,Value>>
QuerySourceValues represents query source-related data in the form of field/value pairs.
It is a map that takes {link IQuerySource} object as the map key and field/value map as the map value.| Constructor and Description |
|---|
QuerySourceValues() |
| Modifier and Type | Method and Description |
|---|---|
Map<IQuerySource,HashMap<FieldFunc,Value>> |
getFuncMap() |
public Map<IQuerySource,HashMap<FieldFunc,Value>> getFuncMap()
? Copyright 2013 BMC Software, Inc.