AR System Java API

com.bmc.arsys.api
Class QuerySourceValues

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<IQuerySource,Map<Integer,Value>>
          extended by 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

Constructor Summary
QuerySourceValues()
           
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuerySourceValues

public QuerySourceValues()

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.