com.bmc.arsys.api
Class QuerySourceValues
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<IQuerySource,Map<Integer,Value>>
com.bmc.arsys.api.QuerySourceValues
- All Implemented Interfaces:
- Serializable, Cloneable, Map<IQuerySource,Map<Integer,Value>>
public class QuerySourceValues
- extends Hashtable<IQuerySource,Map<Integer,Value>>
The 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.
- See Also:
- Serialized Form
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
QuerySourceValues
public QuerySourceValues()
getFuncMap
public Map<IQuerySource,HashMap<FieldFunc,Value>> getFuncMap()
© Copyright 2006, 2007 BMC Software, Inc.